Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 145 Bytes

File metadata and controls

10 lines (5 loc) · 145 Bytes

Convert PostgreSQL arrays to Ruby arrays.

require 'pg_array'

PgArray.new("{1,2,3}").to_a  # => ["1", "2", "3"]