Method: Vedeu::Runtime::Flags.reset!
- Defined in:
- lib/vedeu/runtime/flags.rb
.reset! ⇒ Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Reset the flags to the default values.
32 33 34 |
# File 'lib/vedeu/runtime/flags.rb', line 32 def reset! instance.reset! end |