class WebMock::Deprecation

Public Class Methods

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