Method: Golden::Setting::Error::SettingNotHash#initialize
- Defined in:
- lib/golden/setting/error.rb
#initialize(value, msg = nil) ⇒ SettingNotHash
Returns a new instance of SettingNotHash.
27 28 29 30 |
# File 'lib/golden/setting/error.rb', line 27 def initialize value, msg = nil @value = value super msg end |