Method: Bake::Recipe#parameters
- Defined in:
- lib/bake/recipe.rb
#parameters ⇒ Object
The recipe’s formal parameters, if any.
53 54 55 56 57 58 59 |
# File 'lib/bake/recipe.rb', line 53 def parameters parameters = method.parameters unless parameters.empty? return parameters end end |