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

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

Class Method Summary collapse

Class Method Details

.parse(string) ⇒ Object



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

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