Flowdock
method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: TypeMap
new(parent = nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/type/type_map.rb, line 8
      def initialize(parent = nil)
        @mapping = {}
        @parent = parent
        @cache = Concurrent::Map.new
      end
Register or log in to add new notes.