module Vizsla::Helpers
Public Instance Methods
to_milliseconds(time)
click to toggle source
# File lib/vizsla/helpers.rb, line 3 def to_milliseconds(time) (time.to_f * 1000).round 1 end
# File lib/vizsla/helpers.rb, line 3 def to_milliseconds(time) (time.to_f * 1000).round 1 end