Class: RDwarf::Attribute::Language
Instance Method Summary collapse
Methods inherited from Base
#dump, #form, #inspect, #raw_value, #to_s, #type
Instance Method Details
#value ⇒ Object
138 139 140 |
# File 'lib/rdwarf.rb', line 138 def value RDwarf::LANG_NAMES[raw_value] end |