# File lib/vcr.rb, line 138
  def turn_on!
    VCR.http_stubbing_adapter.set_http_connections_allowed_to_default
    @turned_off = false
  end