lib/rundock/backend.rb in rundock-0.2.4 vs lib/rundock/backend.rb in rundock-0.2.5

- old
+ new

@@ -64,9 +64,13 @@ def create_specinfra_backend raise NotImplementedError end + def host_inventory + @backend.host_inventory + end + def method_missing(method, *args) @backend.send(method, *args) end end