Method: Teasy::AmbiguousTimeHandling::ClassMethods#ambiguous_time_handler

Defined in:
lib/teasy/ambiguous_time_handling.rb

#ambiguous_time_handlerObject



11
12
13
# File 'lib/teasy/ambiguous_time_handling.rb', line 11

def ambiguous_time_handler
  Thread.current[:teasy_ambiguous_time_handler] ||= HANDLER[:raise]
end