From e4a545b5c541fb3b5df45f31899467b1b136540e Mon Sep 17 00:00:00 2001 From: Rahul Bajaj Date: Wed, 2 Aug 2017 01:20:53 +0530 Subject: [PATCH] remove extra spaces --- Chapter1-Objects and methods/illustration_of_local_variable.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Chapter1-Objects and methods/illustration_of_local_variable.rb b/Chapter1-Objects and methods/illustration_of_local_variable.rb index 932d323..1ce0dea 100644 --- a/Chapter1-Objects and methods/illustration_of_local_variable.rb +++ b/Chapter1-Objects and methods/illustration_of_local_variable.rb @@ -1,6 +1,5 @@ #A local variable is only visible in a limited part of the program. - def say_goodbye x = "Good Bye" puts x