Method: Libsql::TypeMaps::DefaultMap#float

Defined in:
lib/libsql/type_maps/default_map.rb

#float(str) ⇒ Object

convert a string to a Float



134
135
136
# File 'lib/libsql/type_maps/default_map.rb', line 134

def float( str )
  Float( str )
end