Class Shell::BuiltInCommand
In: lib/shell/builtin-command.rb
Parent: Filter

Methods

active?   wait?  

Public Instance methods

[Source]

    # File lib/shell/builtin-command.rb, line 20
20:     def active?
21:       true
22:     end

[Source]

    # File lib/shell/builtin-command.rb, line 17
17:     def wait?
18:       false
19:     end

[Validate]