method

new

new()
public

No documentation available.

# File activesupport/lib/active_support/testing/time_helpers.rb, line 13
      def initialize
        @stubs = Concurrent::Map.new { |h, k| h[k] = {} }
      end