Class: RDwarf::Attribute::CallFile

Inherits:
Base
  • Object
show all
Defined in:
lib/rdwarf.rb

Instance Method Summary collapse

Methods inherited from Base

#dump, #form, #inspect, #raw_value, #to_s, #type

Instance Method Details

#valueObject



108
109
110
# File 'lib/rdwarf.rb', line 108

def value
  @cu.source_files[raw_value - 1]
end