class Shell::BuiltInCommand

Public Instance Methods

active?() click to toggle source
# File lib/shell/builtin-command.rb, line 20
def active?
  true
end
wait?() click to toggle source
# File lib/shell/builtin-command.rb, line 17
def wait?
  false
end