class RuboCop::Cop::Style::MutableConstant
def shareable_constant_value?(node)
def shareable_constant_value?(node) return false if target_ruby_version < 3.0 recent_shareable_value? node end
def shareable_constant_value?(node) return false if target_ruby_version < 3.0 recent_shareable_value? node end