class WebMock::Deprecation
Public Class Methods
Source
# File lib/webmock/deprecation.rb, line 6 def warning(message) warn "WebMock deprecation warning: #{message}" end
# File lib/webmock/deprecation.rb, line 6 def warning(message) warn "WebMock deprecation warning: #{message}" end