lib/artoo/delegator.rb in artoo-0.3.0 vs lib/artoo/delegator.rb in artoo-0.4.0
- old
+ new
@@ -28,10 +28,10 @@
end
private method_name
end
end
- delegate :connection, :device, :work, :api, :set, :test?
+ delegate :connection, :device, :work, :api, :set, :test?, :cli?
class << self
attr_accessor :target
end
\ No newline at end of file