Method: SuperSettings::Storage#raw_value
- Defined in:
- lib/super_settings/storage.rb
#raw_value ⇒ String
The raw value for the setting before it is type cast.
140 141 142 143 144 |
# File 'lib/super_settings/storage.rb', line 140 def raw_value # :nocov: raise NotImplementedError # :nocov: end |