class Object

Public Instance Methods

stubbing_instructions(*args) click to toggle source
# File lib/vcr/http_stubbing_adapters/webmock.rb, line 110
def stubbing_instructions(*args)
  '.  ' + VCR::HttpStubbingAdapters::Common::RECORDING_INSTRUCTIONS
end