tweakages
Chris Wanstrath chris@ozmm.org
Fri, 30 Oct 2009 18:19:30 -0700
2 files changed,
5 insertions(+),
5 deletions(-)
M
lib/github/markup.rb
→
lib/github/markup.rb
@@ -3,12 +3,8 @@ module Markup
extend self @@markups = {} - def markups - @@markups - end - def add_markup(regexp, &block) - markups[regexp] = block + @@markups[regexp] = block end def renderer(filename)