class Solargraph::Parser::ParserGem::NodeProcessors::SendNode
def process_alias_method
-
(void)
-
def process_alias_method loc = get_node_location(node) pins.push Solargraph::Pin::MethodAlias.new( location: get_node_location(node), closure: region.closure, name: node.children[2].children[0].to_s, original: node.children[3].children[0].to_s, scope: region.scope || :instance ) end