Skip to content

Commit

Permalink
Unify camping-unabridged.rb and camping.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Oct 27, 2008
1 parent 30b066e commit 49cc708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/camping.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%w[tempfile uri stringio rack].map{|l|require l};class Object;def meta_def m,&b
%w[uri stringio rack].map{|l|require l};class Object;def meta_def m,&b
(class<<self;self end).send:define_method,m,&b end end;module Camping;C=self
S=IO.read(__FILE__)rescue nil;P="<h1>Cam\ping Problem!</h1><h2>%s</h2>"
class H<Hash
Expand Down

0 comments on commit 49cc708

Please sign in to comment.