module ClosureTree::HashTree

Public Instance Methods

hash_tree(options = {}) click to toggle source
# File lib/closure_tree/hash_tree.rb, line 5
def hash_tree(options = {})
  _ct.hash_tree(self_and_descendants, options[:limit_depth])
end