GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: the 4k pocket full-of-gags web microframework
Homepage: http://code.whytheluckystiff.net/camping/
Clone URL: git://github.com/why/camping.git
 * extras/flipbook_rdoc.rb: undefine the Page class after use, so other 
 gems docs will install.
why (author)
Fri Sep 01 00:20:45 -0700 2006
commit  6819ecfb5e7b168499308e9a5699917c8d1c35e9
tree    77b8203b9fdc2ff327e0a1fbeed73501f757f3f7
parent  7c2f500a1873686beeaf53ba21e798f8eb7a99bd
...
18
19
20
 
21
22
23
...
18
19
20
21
22
23
24
0
@@ -18,6 +18,7 @@ class HTMLGenerator
0
       
0
       # this method is defined in the template file
0
       write_extra_pages if defined? write_extra_pages
0
+ RDoc.send :remove_const, :Page # clean up for other templates
0
     end
0
 
0
     def gen_into(list)

Comments

    No one has commented yet.