Class: Elf::Dynamic::Type::Unknown
- Inherits:
-
Value::Unknown
- Object
- Value::Unknown
- Elf::Dynamic::Type::Unknown
- Defined in:
- lib/elf/dynamic.rb
Instance Attribute Summary
Attributes inherited from Value::Unknown
Instance Method Summary collapse
-
#attribute ⇒ Object
For unknown types, guess Value is the key.
-
#initialize(val, desc) ⇒ Unknown
constructor
A new instance of Unknown.
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
#attribute ⇒ Object
For unknown types, guess Value is the key.
35 36 37 |
# File 'lib/elf/dynamic.rb', line 35 def attribute :Value end |