public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
removed Verify helpers from console; may need to consider alternative
automatthew (author)
Sun Jun 01 13:55:55 -0700 2008
commit  f1260bbf243a115b93ba52d72b079dbde45f4296
tree    768441508987bb0cc74eb5d96cdc6f97fc7d5cad
parent  8a337d103df26d33f117f5b073dd12c297938681
...
15
16
17
18
19
20
21
22
23
...
15
16
17
 
 
 
18
19
20
0
@@ -15,9 +15,6 @@ end
0
 
0
 console = Waves::Console.load( Choice.choices )
0
 Object.send(:define_method, :waves) { console }
0
-Object.instance_eval do
0
- include Waves::Verify::Helpers::Request
0
-end
0
 require 'irb'
0
 require 'irb/completion'
0
 ARGV.clear

Comments

    No one has commented yet.