class RuboCop::AST::DefNode
def body
-
(Node)
- the body of the method definition
Other tags:
- Note: - this can be either a `begin` node, if the method body contains
def body children[-1] end
(Node)
- the body of the method definition
def body children[-1] end