Re-ordered markdown parsers... again. Maruku first, most featureful.
[git-blog.git] / lib / git-blog / core_ext / symbol.rb
blob202835d9038a980c91786f71e1b2e558f10f73f3
1 class Symbol
2   include File::Extension
3   
4   def /(o)
5     File.join(self.to_s, o.to_s)
6   end
7 end