Method: Build::Rule#input

Defined in:
lib/build/rule.rb

#input(name, options = {}, &block) ⇒ Object



157
158
159
# File 'lib/build/rule.rb', line 157

def input(name, options = {}, &block)
  self << Parameter.new(:input, name, options, &block)
end