File: date.rb

package info (click to toggle)
ruby-pg 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,316 kB
  • sloc: ansic: 9,403; ruby: 3,160; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# -*- ruby -*-
# frozen_string_literal: true

module PG
	module BinaryDecoder
		# Init C part of the decoder
		init_date
	end
end # module PG