Class: Shell::BuiltInCommand
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Filter
|
|
|
Instance Chain:
self,
Filter,
Enumerable
|
|
| Inherits: |
Shell::Filter
|
| Defined in: | lib/shell/builtin-command.rb |
Class Method Summary
Instance Attribute Summary
Instance Method Summary
Filter - Inherited
| #+ | Outputs |
| #< | Inputs from |
| #> | Outputs from |
| #>> | Appends the output to |
| #each | Iterates a block for each line. |
| #inspect, #to_a, #to_s, | |
| #| | Processes a pipeline. |
Constructor Details
This class inherits a constructor from Shell::Filter
Instance Attribute Details
#active? ⇒ Boolean (readonly)
[ GitHub ]
# File 'lib/shell/builtin-command.rb', line 20
def active? true end
#wait? ⇒ Boolean (readonly)
[ GitHub ]
# File 'lib/shell/builtin-command.rb', line 17
def wait? false end