index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
arel
/
algebra
/
extensions
/
pathname.rb
blob: 2f7e2733e74fa66d20236e82cf16a4c6bed65329 (
plain
) (
tree
)
7032a50297
1
2
3
4
5
class
Pathname
def
/
(
path
)
(
self
+
path
)
.
expand_path
end
end