class RuboCop::Cop::Style::InverseMethods
def end_parentheses(node, method_call)
def end_parentheses(node, method_call) Parser::Source::Range.new(node.source_range.source_buffer, method_call.source_range.end_pos, node.source_range.end_pos) end
def end_parentheses(node, method_call) Parser::Source::Range.new(node.source_range.source_buffer, method_call.source_range.end_pos, node.source_range.end_pos) end