Method: Arrow::Template::YieldDirective#args
- Defined in:
- lib/arrow/template/yield.rb
#args ⇒ Object (readonly)
The argument list for the yield block, with sigils and defaults, if any.
67 68 69 |
# File 'lib/arrow/template/yield.rb', line 67 def args @args end |