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, = {}, &block) self << Parameter.new(:input, name, , &block) end |