Method: Tb::Zipper#initialize
- Defined in:
- lib/tb/zipper.rb
#initialize(ops) ⇒ Zipper
Returns a new instance of Zipper.
30 31 32 |
# File 'lib/tb/zipper.rb', line 30 def initialize(ops) @ops = ops end |
Returns a new instance of Zipper.
30 31 32 |
# File 'lib/tb/zipper.rb', line 30 def initialize(ops) @ops = ops end |