Class: Object

Inherits:
BasicObject
Defined in:
lib/objective_command/helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_io_for_ocmdObject



14
15
16
# File 'lib/objective_command/helpers.rb', line 14

def to_io_for_ocmd
  to_io
end

#to_ocmd_argsObject



18
19
20
# File 'lib/objective_command/helpers.rb', line 18

def to_ocmd_args
  [self]
end