From b1c607e366b363c9426136f8900a21136d3ceac3 Mon Sep 17 00:00:00 2001 From: David Underwood Date: Mon, 10 Dec 2018 13:47:31 -0500 Subject: [PATCH] Update e.rb Put all the `e`s on the same line Use single quotes instead of double --- e.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e.rb b/e.rb index dff915d..0a51daf 100644 --- a/e.rb +++ b/e.rb @@ -1,3 +1,3 @@ loop do - puts "e" + print 'e' end