Method: Sequel::Postgres::PGArray#initialize
- Defined in:
- lib/sequel/extensions/pg_array.rb
#initialize(array, type = nil) ⇒ PGArray
Set the array to delegate to, and a database type.
460 461 462 463 |
# File 'lib/sequel/extensions/pg_array.rb', line 460 def initialize(array, type=nil) super(array) @array_type = type end |