public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
Object#exclude has been renamed to #unextend
yrashk (author)
Wed Apr 23 03:35:19 -0700 2008
commit  2394e9cca742b380feb80a4f76e0efacceb693cb
tree    3f9fb70516fe2ef4e448891ef90789dc01d83568
parent  83e69f5f04a6d44266b69c5c2af53d52d02a13b1
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,7 +16,7 @@ class Object
0
 
0
   inline(:C) do |builder|
0
     builder.c %{
0
- VALUE exclude(VALUE mod)
0
+ VALUE unextend(VALUE mod)
0
       {
0
         VALUE p, prev;
0
         Check_Type(mod, T_MODULE);
...
124
125
126
127
 
128
129
130
...
124
125
126
 
127
128
129
130
0
@@ -124,7 +124,7 @@ module StrokeDB
0
         @document[:meta] = self
0
         
0
         if _module
0
- @document.exclude(_module)
0
+ @document.unextend(_module)
0
         end
0
         
0
       end

Comments

    No one has commented yet.