# File lib/rake/linked_list.rb, line 36
    def to_s
      items = map(&:to_s).join(", ")
      "LL(#{items})"
    end