From a4c4a58202c5876e13c7572b3e491aee8dd4ed10 Mon Sep 17 00:00:00 2001 From: "Gun.io Whitespace Robot" Date: Fri, 28 Oct 2011 00:40:35 -0400 Subject: [PATCH] Remove whitespace [Gun.io WhitespaceBot] --- examples/clearing_an_array.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/clearing_an_array.rb b/examples/clearing_an_array.rb index 2fa3c24..f590138 100644 --- a/examples/clearing_an_array.rb +++ b/examples/clearing_an_array.rb @@ -5,8 +5,8 @@ author 'Sandro Turriate' date '2010-08-01' summary " - What's the best way to clear out an array? Could be useful if you're storing - messages in an array like a buffer. How should you flush the buffer when + What's the best way to clear out an array? Could be useful if you're storing + messages in an array like a buffer. How should you flush the buffer when you're done with it? "