Class: Iamsure::Unpacker
- Inherits:
-
Object
- Object
- Iamsure::Unpacker
- Defined in:
- lib/iamsure/unpacker.rb
Instance Method Summary collapse
-
#initialize ⇒ Unpacker
constructor
A new instance of Unpacker.
- #unpack ⇒ Object
Constructor Details
#initialize ⇒ Unpacker
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
#unpack ⇒ Object
7 8 |
# File 'lib/iamsure/unpacker.rb', line 7 def unpack end |