class RuboCop::Cop::Lint::MissingCopEnableDirective
def message(max_range:, cop:)
def message(max_range:, cop:) if max_range == Float::INFINITY format(MSG, cop: cop) else format(MSG_BOUND, cop: cop, max_range: max_range) end end
def message(max_range:, cop:) if max_range == Float::INFINITY format(MSG, cop: cop) else format(MSG_BOUND, cop: cop, max_range: max_range) end end