Method: Icss::Meta::ArraySchema#to_hash
- Defined in:
- lib/icss/type/structured_schema.rb
#to_hash ⇒ Object
163 164 165 |
# File 'lib/icss/type/structured_schema.rb', line 163 def to_hash { :type => :array, :items => Type.schema_for(items) } end |