class Hash

Public Instance Methods

get_leaf(*args, &block) click to toggle source
# File lib/deep_tree/hash.rb, line 2
def get_leaf(*args, &block)
  DeepTree.get_leaf( self, *args, &block )
end