Method: Vedeu::Runtime::Flags#reset!

Defined in:
lib/vedeu/runtime/flags.rb

#reset!Hash Also known as: reset

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.

Returns:

  • (Hash)


51
52
53
# File 'lib/vedeu/runtime/flags.rb', line 51

def reset!
  self.options = defaults
end