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