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