Class: TypedCache::Clock::Measured
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- TypedCache::Clock::Measured
- Defined in:
- lib/typed_cache/clock.rb
Instance Method Summary collapse
-
#duration ⇒ Object
: -> Float.
Instance Method Details
#duration ⇒ Object
: -> Float
21 22 23 |
# File 'lib/typed_cache/clock.rb', line 21 def duration self.end - start end |