Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/less.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#to_tree ⇒ Object
Convert a hash into a Tree.
Instance Method Details
#to_tree ⇒ Object
Convert a hash into a Tree
18 19 20 |
# File 'lib/less.rb', line 18 def to_tree Less::Tree.new self end |