lib/artoo/delegator.rb in artoo-1.5.0 vs lib/artoo/delegator.rb in artoo-1.6.0

- old
+ new

@@ -18,10 +18,10 @@ end private method_name end end - delegate :connection, :device, :work, :api, :set, :test?, :cli? + delegate :connection, :device, :name, :work, :api, :set, :test?, :cli? class << self attr_accessor :target end