Method: Array#pg_row

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

#pg_rowObject

Wraps the receiver in an anonymous Sequel::Postgres::PGRow::ArrayRow instance.



568
569
570
# File 'lib/sequel/extensions/pg_row.rb', line 568

def pg_row
  Sequel::Postgres::PGRow::ArrayRow.new(self)
end