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