# File lib/rake.rb, line 410 410: def initialize(value, tail) 411: @value = value 412: @tail = tail 413: end