Method: Fast::Cli#debug

Defined in:
lib/fast/cli.rb

#debug(*info) ⇒ Object

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