class Shell::BuiltInCommand

Public Instance Methods

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