Class: Hash

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

Direct Known Subclasses

Less::Tree

Instance Method Summary collapse

Instance Method Details

#to_treeObject

Convert a hash into a Tree



21
22
23
# File 'lib/less.rb', line 21

def to_tree
  Less::Tree.new self
end