repo.or.cz
/
git-blog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Re-ordered markdown parsers... again. Maruku first, most featureful.
[git-blog.git]
/
lib
/
git-blog
/
core_ext
/
symbol.rb
blob
202835d9038a980c91786f71e1b2e558f10f73f3
1
class Symbol
2
include File::Extension
3
4
def /(o)
5
File.join(self.to_s, o.to_s)
6
end
7
end