String
Strings are just like regular strings, except it comes with a read() function so that it behaves like other StructFu elements.
# File lib/packetfu/structfu.rb, line 170 def read(str) str = str.to_s self.replace str self end