Method: SuperSettings::Storage#value_type=
- Defined in:
- lib/super_settings/storage.rb
#value_type=(val) ⇒ void
This method returns an undefined value.
Set the value type for the setting.
169 170 171 172 173 |
# File 'lib/super_settings/storage.rb', line 169 def value_type=(val) # :nocov: raise NotImplementedError # :nocov: end |