Implement Env#log_debug

This commit is contained in:
Thibault Jouan
2015-04-09 23:11:52 +00:00
parent 7636e646f2
commit 520a0c87c9
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ module Uh
extend Forwardable
def_delegator :logger, :info, :log
def_delegator :logger, :debug, :log_debug
def_delegator :@output, :print
attr_reader :output