Method: Yadriggy::Call#block

Defined in:
lib/yadriggy/ast.rb

#blockASTnode|nil (readonly)

Returns the block passed to the method.

Returns:

  • (ASTnode|nil)

    the block passed to the method.



815
816
817
# File 'lib/yadriggy/ast.rb', line 815

def block
  @block
end