class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array

def map(value, &block)

def map(value, &block)
  value.map(&block)
end