Class: Less::FakeTree
- Inherits:
-
Object
- Object
- Less::FakeTree
- Defined in:
- lib/less/loader.rb
Overview
:nodoc:
Instance Method Summary collapse
- #functions ⇒ Object
-
#initialize ⇒ FakeTree
constructor
A new instance of FakeTree.
Constructor Details
#initialize ⇒ FakeTree
Returns a new instance of FakeTree.
10 11 12 |
# File 'lib/less/loader.rb', line 10 def initialize @functions = {} end |
Instance Method Details
#functions ⇒ Object
13 14 15 |
# File 'lib/less/loader.rb', line 13 def functions @functions end |