Class: CSD::UI

Inherits:
Object show all
Defined in:
lib/csd/container.rb

Overview

A wrapper for the UI class to be able to run all methods as class methods.

Class Method Summary collapse

Class Method Details

.method_missing(meth, *args, &block) ⇒ Object



50
51
52
# File 'lib/csd/container.rb', line 50

def self.method_missing(meth, *args, &block)
  ::CSD.ui.send(meth, *args, &block)
end