Class: OutputWrapper
- Inherits:
-
Object
- Object
- OutputWrapper
- Defined in:
- lib/ruby_wrapper.rb
Instance Method Summary collapse
- #collect(key, value) ⇒ Object
-
#initialize(output) ⇒ OutputWrapper
constructor
A new instance of OutputWrapper.
Constructor Details
#initialize(output) ⇒ OutputWrapper
Returns a new instance of OutputWrapper.
30 31 32 |
# File 'lib/ruby_wrapper.rb', line 30 def initialize(output) @output = output end |