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