class RuboCop::AST::EnsureNode

def body

Returns:
  • (Node, nil) - The body of the `ensure`.
def body
  node_parts[1]
end