From 6f905c9209c7a55a85d6b7e6ec6808abafb0412e Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Fri, 16 Dec 2011 22:00:17 -0800 Subject: [PATCH] Link to other methods from the docs. --- lib/vcr/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vcr/configuration.rb b/lib/vcr/configuration.rb index 2be6c61d..da8e586a 100644 --- a/lib/vcr/configuration.rb +++ b/lib/vcr/configuration.rb @@ -232,7 +232,7 @@ def allow_http_connections_when_no_cassette? !!@allow_http_connections_when_no_cassette end - # Sets up a +before_record+ and a +before_playback+ hook that will + # Sets up a {#before_record} and a {#before_playback} hook that will # insert a placeholder string in the cassette in place of another string. # You can use this as a generic way to interpolate a variable into the # cassette for a unique string. It's particularly useful for unique