Module: Less
- Defined in:
- lib/less.rb,
lib/less/tree.rb,
lib/less/engine.rb,
lib/less/command.rb
Defined Under Namespace
Classes: Command, Engine, MixedUnitsError, Tree
Class Method Summary collapse
Class Method Details
.version ⇒ Object
11 12 13 |
# File 'lib/less.rb', line 11 def self.version File.read( File.join( File.dirname(__FILE__), '..', 'VERSION') ) end |