method

new

rails latest stable - Class: ActiveSupport::Testing::SimpleStubs
new()
public

No documentation available.

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