# File lib/rake.rb, line 349 349: def initialize(value, tail) 350: @value = value 351: @tail = tail 352: end