# File lib/rake/invocation_chain.rb, line 9 def member?(invocation) head == invocation || tail.member?(invocation) end