Method: Pik::Ruby#command

Defined in:
lib/pik/commands/run_command.rb

#command(cmd = Which::Ruby.exe.basename) ⇒ Object



94
95
96
# File 'lib/pik/commands/run_command.rb', line 94

def command(cmd=Which::Ruby.exe.basename)
  super(cmd)
end