Module: Kernel

Defined in:
lib/common_functions.rb

Instance Method Summary collapse

Instance Method Details

#shell(command) ⇒ Object



13
14
15
# File 'lib/common_functions.rb', line 13

def shell(command)
  return `#{command}`
end