Class: Array

Inherits:
Object show all
Defined in:
lib/objective_command/helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_ocmdObject



55
56
57
# File 'lib/objective_command/helpers.rb', line 55

def to_ocmd
  ObjectiveCommand::Commands::Command.new(*self)
end

#to_ocmd_argsObject



59
60
61
# File 'lib/objective_command/helpers.rb', line 59

def to_ocmd_args
  dup
end