module PgArrayParser

Constants

VERSION

Public Instance Methods

parse_pg_array(value) click to toggle source
# File lib/pg_array_parser.rb, line 9
def parse_pg_array(value)
  @parser ||= PgArrayParserEngine.new
  @parser.parse_pg_array(value)
end