Class: Shell::BuiltInCommand
- Defined in:
- lib/shell/builtin-command.rb
Instance Attribute Summary
Attributes inherited from Filter
Instance Method Summary collapse
Methods inherited from Filter
#+, #<, #>, #>>, #each, #initialize, #inspect, #to_a, #to_s, #|
Constructor Details
This class inherits a constructor from Shell::Filter
Instance Method Details
permalink #active? ⇒ Boolean
20 21 22 |
# File 'lib/shell/builtin-command.rb', line 20 def active? true end |
permalink #wait? ⇒ Boolean
17 18 19 |
# File 'lib/shell/builtin-command.rb', line 17 def wait? false end |