class Dry::Monitor::Clock

def initialize(unit: :millisecond)

Other tags:
    Api: - private
def initialize(unit: :millisecond)
  @unit = unit
end