module RuboCop::AST::MethodDispatchNode

def method_name

Returns:
  • (Symbol) - the name of the dispatched method
def method_name
  node_parts[1]
end