Skip to content

Commit

Permalink
Added output of rss.entries.first.content into the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Apr 24, 2012
1 parent 241ebdb commit 473ca15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,8 @@ rss.entries.first.created_at
#=> "Fri, 20 Apr 2012 03:19:04 GMT"
rss.entries.first.url
#=> "http://www.ruby-lang.org/en/news/2012/04/20/ruby-1-9-3-p194-is-released/"
rss.entries.first.content.truncate(200)
#=> "<p>Ruby 1.9.2-p320 is released.</p><p>This release include Security Fix for RubyGems: SSL server verification failure for remote repository.\nAnd many bugs are fixed in this release.</p> <h2><a name..."
````

## Contributing
Expand Down

0 comments on commit 473ca15

Please sign in to comment.