Object
Adds the to_milliseconds method to any float value
to_milliseconds
# File lib/bigbench/float_extensions.rb, line 3 def to_milliseconds (1000 * self).to_i end