Classes: RunsIn
27 28 29
# File 'lib/bench/runs_in.rb', line 27 def run_in(receiver=nil, &block) Matchers::RunsIn.new(receiver, &block) end