Output information if #debug_mode? is true.
257 258 259
# File 'lib/fast/cli.rb', line 257 def debug(*info) puts(info) if debug_mode? end