Skip to content

Instantly share code, notes, and snippets.

@davidsnyder
Created June 16, 2011 15:50
Show Gist options
  • Save davidsnyder/1029549 to your computer and use it in GitHub Desktop.
Save davidsnyder/1029549 to your computer and use it in GitHub Desktop.
Icss::RecordField#length
=> #<Icss::RecordField:0x7f7189e34458 @type=#<Icss::PrimitiveType:0x7f7189fbca28 @name=:string, @mysql_name="VARCHAR", @ruby_klass=String, @pig_name="chararray">, @doc="Word type headword - see pp.4-5", @name="head_word", @is_reference=true>
irb(main):007:0> f.length
=> 3
irb(main):008:0> f.class
=> Icss::RecordField
irb(main):009:0> f.keys
=> [:name, :doc, :type]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment