module RuboCop::AST::MethodIdentifierPredicates
def comparison_method?
- 
        
(Boolean)- whether the method is a comparison 
def comparison_method? Node::COMPARISON_OPERATORS.include?(method_name) end
(Boolean)
        - whether the method is a comparison
      def comparison_method? Node::COMPARISON_OPERATORS.include?(method_name) end