Skip to content

Commit

Permalink
Merge pull request #1 from lisli/patch-1
Browse files Browse the repository at this point in the history
Update README.rdoc
  • Loading branch information
chadoh committed Apr 18, 2012
2 parents 0879099 + 2ee310c commit 035ad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -9,4 +9,4 @@ Things are definitely rough around the edges. You might even cut yourself on the
==Getting Blooger content (isn't that a fabulous typo?)
The /thoughts page pulls the last 10 (ok, 11 for the time being, because one is ignored) entries from Blogger using the GData API.

The xml returned by open-uri is parsed with crack and turned into a big ol' hash. Rather than navigating this nasty creature the usal way, I {extend the Hash class}[http://www.goodercode.com/wp/convert-your-hash-keys-to-object-properties-in-ruby/] so that I can access hash keys as object properties (that is, with dot notation). (There's probably a better way to do that, but like Kerry, I too will code gooder one day and don't yet know this better way. Enlighten us if you'd be so kind.)
The xml returned by open-uri is parsed with crack and turned into a big ol' hash. Rather than navigating this nasty creature the usual way, I {extend the Hash class}[http://www.goodercode.com/wp/convert-your-hash-keys-to-object-properties-in-ruby/] so that I can access hash keys as object properties (that is, with dot notation). (There's probably a better way to do that, but like Kerry, I too will code gooder one day and don't yet know this better way. Enlighten us if you'd be so kind.)

0 comments on commit 035ad92

Please sign in to comment.