Method: Arrow::Config::ConfigStruct#modified=
- Defined in:
- lib/arrow/config.rb
#modified=(value) ⇒ Object (writeonly)
Modification flag. Set to true to indicate the contents of the Struct have changed since it was created.
418 419 420 |
# File 'lib/arrow/config.rb', line 418 def modified=(value) @modified = value end |