Class: RDwarf::Attribute::DeclFile
Instance Method Summary collapse
Methods inherited from Base
#dump, #form, #inspect, #raw_value, #to_s, #type
Instance Method Details
#value ⇒ Object
114 115 116 |
# File 'lib/rdwarf.rb', line 114 def value @cu.source_files[raw_value - 1] end |