public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
Minor Document pretty printing change for immutable documents
yrashk (author)
Sun May 04 00:41:19 -0700 2008
commit  9f65b9c0f61fd4c03211f8b77df7d24949cc0ab9
tree    77ad320de8022f3cb1323ec7faf066e5d8b39ccf
parent  96ea7966fb45394c0ee4229ec4f93bb0261027fb
...
269
270
271
272
 
273
274
275
...
269
270
271
 
272
273
274
275
0
@@ -269,7 +269,7 @@ module StrokeDB
0
     def pretty_print #:nodoc:
0
       slots = to_raw.except('meta')
0
 
0
- s = is_a?(ImmutableDocument) ? "#<(imm)" : "#<"
0
+ s = is_a?(ImmutableDocument) ? "#<^" : "#<"
0
 
0
       Util.catch_circular_reference(self) do
0
         if self[:meta] && name = meta[:name]

Comments

    No one has commented yet.