class Dry::Configurable::Setting

def clonable_value?

Other tags:
    Api: - private
def clonable_value?
  CLONABLE_VALUE_TYPES.any? { |type| value.is_a?(type) }
end