A wrapper for the UI class to be able to run all methods as class methods.
50 51 52
# File 'lib/csd/container.rb', line 50 def self.method_missing(meth, *args, &block) ::CSD.ui.send(meth, *args, &block) end