Class: Less::FakeTree

Inherits:
Object
  • Object
show all
Defined in:
lib/less/loader.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeFakeTree

Returns a new instance of FakeTree.



10
11
12
# File 'lib/less/loader.rb', line 10

def initialize
  @functions = {}
end

Instance Method Details

#functionsObject



13
14
15
# File 'lib/less/loader.rb', line 13

def functions
  @functions
end