# By default, vcr is turned on
turned_on()
# you can turn off for the rest of the session
turn_off()
turned_on()
# turn on again
turn_on()
# or just turn it on turn off temporarily
turned_off({
# some HTTP requests here
turned_on()
})
Run the code above in your browser using DataLab