Method: Sequel::Postgres::ArrayOp#pg_array

Defined in:
lib/sequel/extensions/pg_array_ops.rb

#pg_arrayObject

Return the receiver.



199
200
201
# File 'lib/sequel/extensions/pg_array_ops.rb', line 199

def pg_array
  self
end