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 node_parts[0] end
(Node)
- the body of the method definition
def body node_parts[0] end