Module: Shellfold

Defined in:
lib/shellfold.rb,
lib/shellfold/version.rb

Defined Under Namespace

Classes: Command

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.run(*args) ⇒ Object



95
96
97
# File 'lib/shellfold.rb', line 95

def run(*args)
  Command.new(*args).run
end

.run!(*args) ⇒ Object



99
100
101
# File 'lib/shellfold.rb', line 99

def run!(*args)
  Command.new(*args).run!
end