There's no documentation for this item.
# File rake.rb, line 289 def initialize(names, values, parent=nil) @names = names @parent = parent @hash = {} names.each_with_index { |name, i| @hash[name.to_sym] = values[i] } end
<code/>
<pre/>
<code/>and<pre/>for code samples.