# File lib/dbi/sql.rb, line 30
def
as_float
(
str
)
return
nil
if
str
.
nil?
str
.
to_f
end