DEBSOURCES
Skip Quicknav
sources / ruby-pg / 1.6.2-1 / lib / pg / binary_decoder / date.rb
123456789
# -*- ruby -*- # frozen_string_literal: true module PG module BinaryDecoder # Init C part of the decoder init_date end end # module PG