Class: RDwarf::Attribute::HighPc

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



126
127
128
# File 'lib/rdwarf.rb', line 126

def value
  "0x%x" % raw_value
end