module DB::Postgres::Native::Types::Integer

Public Class Methods

parse(string) click to toggle source
# File lib/db/postgres/native/types.rb, line 38
def self.parse(string)
        Integer(string) if string
end