global

def method_ident_node?(node)

def method_ident_node?(node)
  node.type == :@ident && node.args.first == method_name
end