Class: Rake::InvocationChain::EmptyInvocationChain
- Inherits:
-
Object
- Object
- Rake::InvocationChain::EmptyInvocationChain
- Defined in:
- lib/rake.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) append(value)
442 443 444 |
# File 'lib/rake.rb', line 442 def append(value) InvocationChain.new(value, self) end |
- (Boolean) member?(obj)
439 440 441 |
# File 'lib/rake.rb', line 439 def member?(obj) false end |
- (Object) to_s
445 446 447 |
# File 'lib/rake.rb', line 445 def to_s "TOP" end |