From 473ca15c16f08c95879dcc7c147107e2f5e46123 Mon Sep 17 00:00:00 2001 From: Guillaume Hain Date: Tue, 24 Apr 2012 21:18:22 +0300 Subject: [PATCH] Added output of rss.entries.first.content into the README.md file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9472de9..dc8a330 100644 --- a/README.md +++ b/README.md @@ -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) +#=> "

Ruby 1.9.2-p320 is released.

This release include Security Fix for RubyGems: SSL server verification failure for remote repository.\nAnd many bugs are fixed in this release.