Implement `target' condition keyword

This commit is contained in:
Thibault Jouan
2014-09-25 01:34:30 +00:00
parent a7b2c4abea
commit 42e29cc1fe
3 changed files with 27 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ module Producer
end
extend Forwardable
def_delegators :@env, :get
def_delegators :@env, :get, :target
define_test :`, Tests::ShellCommandStatus
define_test :sh, Tests::ShellCommandStatus