warning(fmt, *args)
This method is called when strong warning is produced by the parser. fmt and args is printf style.
# File ext/ripper/lib/ripper/core.rb, line 57 def warning(fmt, *args) end