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