paths()
No documentation available.
# File railties/lib/rails/paths.rb, line 188 def paths raise "You need to set a path root" unless @root.path map do |p| Pathname.new(@root.path).join(p) end end