debug
3 4 5 6
# File 'lib/texlab/debug.rb', line 3 def debug *args args.each {|a| STDERR.puts a.inspect} return *args end