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