A wrapper for the Commands class to be able to run all methods as class methods.
58 59 60
# File 'lib/csd/container.rb', line 58 def self.method_missing(meth, *args, &block) ::CSD.cmd.send(meth, *args, &block) end