Module: Kernel

Defined in:
lib/easy_shell/core_ext/kernel.rb

Instance Method Summary collapse

Instance Method Details

#run(cmd, options = {}) ⇒ Object



2
3
4
# File 'lib/easy_shell/core_ext/kernel.rb', line 2

def run(cmd, options = {})
  EasyShell.run cmd, options
end