class ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter

def self.new(subtype)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.new: (ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Timestamp subtype) -> ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter

This signature was generated using 1 sample from 1 application.

:nodoc:
def self.new(subtype)
  self === subtype ? subtype : super
end