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

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
requiring rubygems outside of iterator, for jruby's sake
automatthew (author)
Fri Jul 11 18:25:36 -0700 2008
commit  264414a09d9c670b986c29af202c320b2a30a423
tree    a8e4b016e69ba5c697d95a32d39acb481ba9dd78
parent  8e6086b69b9eb9a1530db2df564864a436a4639e
...
1
 
 
2
3
4
...
 
1
2
3
4
5
0
@@ -1,4 +1,5 @@
0
-%w( rubygems bacon facon ).each { |f| require f }
0
+require 'rubygems'
0
+%w( bacon facon ).each { |f| require f }
0
 
0
 # Prepend the framework lib to the loadpath
0
 $:.unshift( File.join(File.dirname(__FILE__), "..", "lib") )

Comments

    No one has commented yet.