lib/specinfra/command/base.rb in specinfra-2.0.0.beta31 vs lib/specinfra/command/base.rb in specinfra-2.0.0.beta32

- old
+ new

@@ -18,10 +18,10 @@ end Shellwords.shellescape(str) end - def method_missing(meth, *args) + def get(meth, *args) action, resource_type, subaction = breakdown(meth) method = action method += "_#{subaction}" if subaction command_class = create_command_class(resource_type) if command_class.respond_to?(method)