public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
comment out test plugin stuff, somebody fix these plugin failures
technoweenie (author)
Sun Mar 30 22:38:22 -0700 2008
commit  cf00416fe7212bd60eb4e92d50f90b1991d355cf
tree    7165628d6b8eb79e9febb6db271b0ce37dd70222
parent  784fddf61273752deb3e3ad6e437ac37deb2315e
...
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
398
399
...
379
380
381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
0
@@ -379,21 +379,21 @@
0
 end
0
 
0
 
0
-module Mephisto
0
- module Plugins
0
- class PluginWhammyJammy < Mephisto::Plugin
0
- option :foo, 'one'
0
- option :bar, 2
0
- option :baz, [3]
0
- end
0
-
0
- class FooBar < Mephisto::Plugin
0
- end
0
-
0
- class NonPlugin
0
- end
0
- end
0
-end
0
+#module Mephisto
0
+# module Plugins
0
+# class PluginWhammyJammy < Mephisto::Plugin
0
+# option :foo, 'one'
0
+# option :bar, 2
0
+# option :baz, [3]
0
+# end
0
+#
0
+# class FooBar < Mephisto::Plugin
0
+# end
0
+#
0
+# class NonPlugin
0
+# end
0
+# end
0
+#end
0
 
0
 begin
0
   require 'ruby-debug'

Comments

    No one has commented yet.