class RSpec::Benchmark::IterationMatcher::Matcher

def within(value)

Other tags:
    Api: - public

Parameters:
  • value (Numeric) --
def within(value)
  @time = value
  self
end