class Numeric

def in_milliseconds

so we can feed them to JavaScript functions like getTime().
Used with the standard time durations, like 1.hour.in_milliseconds --
def in_milliseconds
  self * 1000
end