class RuboCop::AST::NodePattern::Comment
def ==(other)
-
(Boolean)
-
Parameters:
-
other
(Object
) --
def ==(other) other.is_a?(Comment) && @location == other.location end
(Boolean)
-
other
(Object
)
--
def ==(other) other.is_a?(Comment) && @location == other.location end