Class: Less::Loader

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#require(module_id) ⇒ Object



4
5
6
7
# File 'lib/less/loader.rb', line 4

def require(module_id)
  puts module_id
  Less::Tree.new
end