# File lib/rake.rb, line 391
391:     def initialize(value, tail)
392:       @value = value
393:       @tail = tail
394:     end