class RSpec::Core::Reporter

def close_after

Other tags:
    Private: -
def close_after
  yield
ensure
  close
end