Module: ShellB

Defined in:
lib/shellb.rb,
lib/shellb/shell.rb,
lib/shellb/command.rb,
lib/shellb/version.rb,
lib/shellb/commander.rb

Defined Under Namespace

Classes: Command, Commander, Error, ExecutionError, Shell

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.alias_command(*args) ⇒ Object



21
22
23
# File 'lib/shellb.rb', line 21

def alias_command(*args)
  Shell.alias_command(*args)
end

.def_system_command(*args) ⇒ Object



17
18
19
# File 'lib/shellb.rb', line 17

def def_system_command(*args)
  Shell.def_system_command(*args)
end

.new(*args) ⇒ Object



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

def new(*args)
  Shell.new(*args)
end