Method: Yadriggy::Call#block
- Defined in:
- lib/yadriggy/ast.rb
#block ⇒ ASTnode|nil (readonly)
Returns the block passed to the method.
815 816 817 |
# File 'lib/yadriggy/ast.rb', line 815 def block @block end |
Returns the block passed to the method.
815 816 817 |
# File 'lib/yadriggy/ast.rb', line 815 def block @block end |