method
new
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Testing::SimpleStubs
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