module ClosureTree::HashTree
Public Instance Methods
Source
# File lib/closure_tree/hash_tree.rb, line 5 def hash_tree(options = {}) _ct.hash_tree(self_and_descendants, options[:limit_depth]) end
# File lib/closure_tree/hash_tree.rb, line 5 def hash_tree(options = {}) _ct.hash_tree(self_and_descendants, options[:limit_depth]) end