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

- old
+ new

@@ -1,6 +1,6 @@ -== RubyMass +== RubyMass {<img src="https://secure.travis-ci.org/archan937/ruby-mass.png">}[http://travis-ci.org/archan937/ruby-mass] Introspect the Ruby Heap by indexing, counting, locating references to and detaching (in order to release) objects - optionally narrowing by namespace. === Introduction @@ -76,10 +76,10 @@ $ Mass.count #=> {"String"=>37589, "Array"=>11883, ... a lot of more classes and amounts} $ Mass.count OneMoreThing #=> {} ==== Pretty print the amount of objects in memory -You can also pretty print the result of the <tt>Object.count</tt> method: +You can also pretty print the result of the <tt>Mass.count</tt> method: $ Mass.print Foo +==================================================+ Objects within Foo namespace \ No newline at end of file