class RuboCop::Cop::Sorbet::ImplicitConversionMethod
def on_send(node)
def on_send(node) add_offense(node.first_argument) if IMPLICIT_CONVERSION_METHODS.include?(node.first_argument.value) end
def on_send(node) add_offense(node.first_argument) if IMPLICIT_CONVERSION_METHODS.include?(node.first_argument.value) end