deliveroo/routemaster

View on GitHub
core_ext/math.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Numeric
  # Shorthand for millisecond time intervals, e.g. `10.ms`
  def ms
    self * 0.001
  end
end