Class: Shell::BuiltInCommand (Ruby 2.3.4)

Shell::BuiltInCommand

Public Instance Methods

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