module ShellB
Constants
- VERSION
Public Class Methods
alias_command(*args)
click to toggle source
# File lib/shellb.rb, line 21 def alias_command(*args) Shell.alias_command(*args) end
def_system_command(*args)
click to toggle source
# File lib/shellb.rb, line 17 def def_system_command(*args) Shell.def_system_command(*args) end
new(*args)
click to toggle source
# File lib/shellb.rb, line 13 def new(*args) Shell.new(*args) end