children()
No documentation available.
# File railties/lib/rails/paths.rb, line 136 def children keys = @root.keys.find_all { |k| k.start_with?(@current) && k != @current } @root.values_at(*keys.sort) end