Method: Rex::MachParsey::GenericStruct#initialize

Defined in:
lib/rex/machparsey/machbase.rb

#initialize(_struct) ⇒ GenericStruct

Returns a new instance of GenericStruct.



13
14
15
# File 'lib/rex/machparsey/machbase.rb', line 13

def initialize(_struct)
  self.struct = _struct
end