Class: Rake::InvocationChain::EmptyInvocationChain
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Rake::LinkedList::EmptyLinkedList,
LinkedList
|
|
|
Instance Chain:
self,
::Rake::LinkedList::EmptyLinkedList,
LinkedList
|
|
| Inherits: |
Rake::LinkedList::EmptyLinkedList
|
| Defined in: | lib/rake/invocation_chain.rb |
Overview
Null object for an empty chain.
Class Method Summary
::Rake::LinkedList::EmptyLinkedList - Inherited
Instance Attribute Summary
::Rake::LinkedList::EmptyLinkedList - Inherited
Instance Method Summary
Constructor Details
This class inherits a constructor from Rake::LinkedList::EmptyLinkedList
Instance Method Details
#append(invocation)
[ GitHub ]# File 'lib/rake/invocation_chain.rb', line 46
def append(invocation) conj(invocation) end
#member?(obj) ⇒ Boolean
# File 'lib/rake/invocation_chain.rb', line 42
def member?(obj) false end
#to_s
[ GitHub ]# File 'lib/rake/invocation_chain.rb', line 50
def to_s "TOP" end