Class: Iamsure::Unpacker

Inherits:
Object
  • Object
show all
Defined in:
lib/iamsure/unpacker.rb

Instance Method Summary collapse

Constructor Details

#initializeUnpacker

Returns a new instance of Unpacker.



3
4
5
# File 'lib/iamsure/unpacker.rb', line 3

def initialize
  raise 'Should be implemented in derived class'
end

Instance Method Details

#unpackObject



7
8
# File 'lib/iamsure/unpacker.rb', line 7

def unpack
end