4 5 6 7
# File 'lib/bq_query/attribute/float.rb', line 4 def parse return nil if @value.nil? @value.to_f end