Method: Mutant::Env#warn
- Defined in:
- lib/mutant/env.rb
#warn(message) ⇒ self
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Emit warning
96 97 98 99 |
# File 'lib/mutant/env.rb', line 96 def warn() config.reporter.warn() self end |