Method: Rex::Struct2::Element#value
- Defined in:
- lib/rex/struct2/element.rb
#value ⇒ Object
elements should have to_s, but we don’t define it here because it will just overlap with inheritence and cause issues
12 13 14 |
# File 'lib/rex/struct2/element.rb', line 12 def value @value end |