Method: YARD::Logger#warn_no_continuations
- Defined in:
- lib/yard/logging.rb
#warn_no_continuations ⇒ void
Deprecated.
Continuations are no longer needed by YARD 0.8.0+.
This method returns an undefined value.
Warns that the Ruby environment does not support continuations. Applies to JRuby, Rubinius and MacRuby. This warning will only display once per Ruby process.
48 49 |
# File 'lib/yard/logging.rb', line 48 def warn_no_continuations end |