Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro committed Jun 24, 2011
1 parent f1c2c49 commit ea3dd29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.mkdn
Expand Up @@ -88,13 +88,12 @@ to be aware of both space efficiency and easiness to use for us.
},
);

Creates and returns a new Hash::Compact object.
Creates and returns a new Hash::Compact object. If `\%options` not
passed, Hash::Compact object `$hash` will be just a plain hash-based
object.

`\%options` is a hash-ref which key/value pairs are associated with
ones of `\%hash`. If it's not passed, Hash::Compact object `$hash`
will be just a plain hash-based object.

`\%options` may contain the fields below:
ones of `\%hash`. It may contain the fields below:

- * alias_for

Expand Down

0 comments on commit ea3dd29

Please sign in to comment.