README.rdoc in ruby-mass-0.1.0 vs README.rdoc in ruby-mass-0.1.1

- old
+ new

@@ -145,10 +145,10 @@ $ Mass.index(Foo) #=> {"Foo"=>[2155577620, 2164554700]} # NOTE: Set foo1 to nil (within the block which only gets yielded after successfully detaching references) as it also is a pointer to the allocated memory $ Mass.detach(foo1){foo1 = nil} #=> true - # NOTE: This ensures that Mass invokes GC.start but only after verifying that foo1 is nil pointer + # NOTE: This ensures that Mass invokes GC.start but only after verifying that foo1 is a nil pointer $ Mass.gc!(foo1) $ Mass.index(Foo) #=> {"Foo"=>[2155577620]} <b>Note</b>: Use <tt>Mass.detach</tt> at <b>own risk</b>. Be sure you know what you are doing! \ No newline at end of file