Method: RSpec::Queue::OrderRecorder#initialize

Defined in:
lib/rspec/queue/order_recorder.rb

#initializeOrderRecorder



9
10
11
12
# File 'lib/rspec/queue/order_recorder.rb', line 9

def initialize(*)
  super
  output.sync = true
end