Class: Shell::BuiltInCommand

Inherits:
Filter show all
Defined in:
lib/shell/builtin-command.rb

Instance Attribute Summary

Attributes inherited from Filter

#input

Instance Method Summary (collapse)

Methods inherited from Filter

#+, #<, #>, #>>, #each, #initialize, #inspect, #to_a, #to_s, #|

Methods included from Enumerable

#to_set

Constructor Details

This class inherits a constructor from Shell::Filter

Instance Method Details

- (Boolean) active?

Returns:

  • (Boolean)


19
20
21
# File 'lib/shell/builtin-command.rb', line 19

def active?
  true
end

- (Boolean) wait?

Returns:

  • (Boolean)


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

def wait?
  false
end