Method: Arrow::Config::ConfigStruct#initialize
- Defined in:
- lib/arrow/config.rb
#initialize(hash) ⇒ ConfigStruct
Create a new ConfigStruct from the given hash.
406 407 408 409 |
# File 'lib/arrow/config.rb', line 406 def initialize( hash ) @hash = hash.dup @dirty = false end |