Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgreSQL::OID::TypeMap

@private

Public Instance Methods

dup() click to toggle source
# File lib/arjdbc/postgresql/oid_types.rb, line 46
def dup
  dup = super # make sure @mapping is not shared
  dup.instance_variable_set(:@mapping, @mapping.dup)
  dup
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.