module DB::Postgres::Native::Types::Float

Public Class Methods

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