Method: Scripted::Command#sh

Defined in:
lib/scripted/command.rb

#sh(command) ⇒ Object Also known as: :`



28
29
30
# File 'lib/scripted/command.rb', line 28

def sh(command)
  @command = Commands::Shell.new(command)
end