Methods
A
W
Instance Public methods
active?()
# File lib/shell/builtin-command.rb, line 20
def active?
  true
end
wait?()
# File lib/shell/builtin-command.rb, line 17
def wait?
  false
end