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



18
19
20
# File 'lib/less.rb', line 18

def to_tree
  Less::Tree.new self
end