diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 14:55:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 14:55:43 +0000 |
commit | 0fee40ee8bf7ae25728fb278c7332bd31eb3abe6 (patch) | |
tree | 7e3cfc80661369cc0dbdb5c0ff16c3b1cbf70ccd /lib/custodian | |
parent | bd729758a268240088b4abb64589441e39b7aec1 (diff) |
Add accessfor for target
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/testfactory.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index fa12cd8..7d2ab92 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -85,6 +85,11 @@ module Custodian end + + def target + @host + end + end end |