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