Class: TypedCache::Clock::Measured

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/typed_cache/clock.rb

Instance Method Summary collapse

Instance Method Details

#durationObject

: -> Float



21
22
23
# File 'lib/typed_cache/clock.rb', line 21

def duration
  self.end - start
end