class Rake::InvocationChain::EmptyInvocationChain
Null object for an empty chain.
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb, line 46 def append(invocation) conj(invocation) end
Source
# File vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb, line 42 def member?(obj) false end
Source
# File vendor/bundle/ruby/3.4.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb, line 50 def to_s "TOP" end