Module: CM
- Defined in:
- lib/cm.rb,
lib/core/errors.rb,
lib/core/facade.rb
Overview
CM interface
Defined Under Namespace
Class Method Summary collapse
-
.lib_path ⇒ Object
—————————————————————————– CM initialization.
- .VERSION ⇒ Object
Class Method Details
.lib_path ⇒ Object
CM initialization
90 91 92 |
# File 'lib/cm.rb', line 90 def self.lib_path File.dirname(__FILE__) end |
.VERSION ⇒ Object
83 84 85 |
# File 'lib/cm.rb', line 83 def self.VERSION File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')) end |