class AlgebraDB::Value::Integer::Decoder

Specialization of this decoder.

Public Instance Methods

pg_decoder() click to toggle source
# File lib/algebra_db/value/integer.rb, line 10
def pg_decoder
  PG::TextDecoder::Integer.new
end