Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Balthrop committed Apr 13, 2009
1 parent 3728aab commit ce34efe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
Expand Up @@ -5,11 +5,7 @@ deep_clonable in the class definition. You can also define special behavior when
by overriding the clone_fields method if you want, but by default, all Arrays and Hashes
will be deep cloned.

== INSTALL:

sudo gem install ninjudd-deep_clonable -s http://gems.github.com

== USAGE:
== Usage:

class Foo
deep_clonable
Expand Down Expand Up @@ -42,6 +38,10 @@ will be deep cloned.
foo.array
# => [1,2,3]

== LICENSE:
== Install:

sudo gem install ninjudd-deep_clonable -s http://gems.github.com

== License:

Copyright (c) 2008 Justin Balthrop, Geni.com; Published under The MIT License, see LICENSE

0 comments on commit ce34efe

Please sign in to comment.