Methods
T
Instance Public methods
to_f()

Let Time spicy to assure that Time.now != Time.now

# File actionpack/test/controller/caching_test.rb, line 308
def to_f
  super+rand
end