new(subtype)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb, line 9
        def self.new(subtype)
          self === subtype ? subtype : super
        end