# File lib/rake/linked_list.rb, line 73
    def self.cons(head, tail)
      new(head, tail)
    end