123456789_123456789_123456789_123456789_123456789_

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

Filter - Inherited

Instance Attribute Summary

Instance Method Summary

Filter - Inherited

#+

Outputs filter1, and then filter2 using Join.new

#<

Inputs from source, which is either a string of a file name or an IO object.

#>

Outputs from source, which is either a string of a file name or an IO object.

#>>

Appends the output to source, which is either a string of a file name or an IO object.

#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 19

def active?
  true
end

#wait?Boolean (readonly)

[ GitHub ]

  
# File 'lib/shell/builtin-command.rb', line 16

def wait?
  false
end