Module: DB::Postgres::Native::Types::Integer

Defined in:
lib/db/postgres/native/types.rb

Class Method Summary collapse

Class Method Details

.parse(string) ⇒ Object



37
38
39
# File 'lib/db/postgres/native/types.rb', line 37

def self.parse(string)
	Integer(string)
end