Class: WebMock::Deprecation
- Inherits:
-
Object
- Object
- WebMock::Deprecation
- Defined in:
- lib/webmock/deprecation.rb
Class Method Summary collapse
Class Method Details
.warning(message) ⇒ Object
6 7 8 |
# File 'lib/webmock/deprecation.rb', line 6 def warning() warn "WebMock deprecation warning: #{}" end |