165 166 167
# File 'lib/build/rule.rb', line 165 def output(name, options = {}, &block) self << Parameter.new(:output, name, options, &block) end