Files
gollum/lib
bootstraponline 5e7974f30b Fix file ext removal.
a = '/.md/home.md'

a.chomp(File.extname(a))
=> "/.md/home"

a.gsub(File.extname(a),'')
=> "//home"
2012-06-22 11:45:42 -06:00
..
2012-06-22 11:45:42 -06:00
2012-05-18 11:50:38 -06:00