code comments that make (more) sense ftw!

This commit is contained in:
2011-01-27 11:59:54 +00:00
parent d5b081bc62
commit 8d5771a12a

View File

@@ -10,9 +10,9 @@ module ServerHelper
attr_writer :log
end
# log & silence STDOUT output
def log(*args)
@@log << args
# silence Output
end
end