Method: StructFu::Int#to_s
- Defined in:
- lib/packetfu/structfu.rb
#to_s ⇒ Object
This is a parent class definition and should not be used directly.
70 71 72 |
# File 'lib/packetfu/structfu.rb', line 70 def to_s raise StandardError, "StructFu::Int#to_s accessed, must be redefined." end |