Class: Elf::Dynamic::Type::Unknown

Inherits:
Value::Unknown show all
Defined in:
lib/elf/dynamic.rb

Instance Attribute Summary

Attributes inherited from Value::Unknown

#desc, #val

Instance Method Summary collapse

Constructor Details

#initialize(val, desc) ⇒ Unknown

Returns a new instance of Unknown.



30
31
32
# File 'lib/elf/dynamic.rb', line 30

def initialize(val, desc)
  super(val, desc)
end

Instance Method Details

#attributeObject

For unknown types, guess Value is the key.



35
36
37
# File 'lib/elf/dynamic.rb', line 35

def attribute
  :Value
end