# File lib/rake/linked_list.rb, line 105
      def self.cons(head, tail)
        @parent.cons(head, tail)
      end