module PG::Coder::BinaryFormatting

Constants

Params

Public Class Methods

new( params={} ) click to toggle source
Calls superclass method
# File lib/pg/coder.rb, line 9
def initialize( params={} )
        super(Params.merge(params))
end