Implement `log_separator' action keyword

This commit is contained in:
Thibault Jouan
2015-04-28 10:45:56 +00:00
parent 85e5abac8d
commit 92dedd16e7
3 changed files with 20 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ module Uh
Process.waitpid pid
end
def log_separator
log '- ' * 24
end
def method_missing(m, *args, &block)
if respond_to? m
meth = layout_method m