# File lib/ruby-debug.rb, line 14 def print_debug(*args) if Debugger.cli_debug $stderr.printf(*args) $stderr.printf("\n") $stderr.flush end end