class WebMock::Deprecation

Public Instance Methods

warning(message) click to toggle source
# File lib/webmock/deprecation.rb, line 4
def warning(message)
  warn "WebMock deprecation warning: #{message}"
end