6 7 8
# File 'lib/debug_log.rb', line 6 def log(comment, *expressions) DebugLog.log(self, comment, *expressions) end