diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-18 22:17:59 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-18 22:17:59 +0000 |
commit | c36e4355b60dfc02aaf73bb1b7e7a9c82bd59cb7 (patch) | |
tree | fc6cf7dd3d9823c2bd19e5e22c4dcf0c4a6c2cca | |
parent | 1ea3decbbacd73bf93f52f3ce392914cc924df4f (diff) |
Minor aesthetical fixup
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 882a15fb..7d926604 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -93,7 +93,7 @@ class ::RssBlob else
a = self.to_a[0,3]
end
- a.join(" | ")
+ a.compact.join(" | ")
end
end
|