Method: Convertible::Cli#initialize
- Defined in:
- lib/convertible/cli.rb
#initialize(key, input, output = nil, options = {}) ⇒ Cli
Returns a new instance of Cli.
6 7 8 9 10 11 |
# File 'lib/convertible/cli.rb', line 6 def initialize(key, input, output = nil, = {}) @key = key @input = input @output = output = end |