From af131ea248052e68bec98b950ab59e19a92935d0 Mon Sep 17 00:00:00 2001 From: Yuka Kato Date: Tue, 31 Dec 2013 16:25:58 +0900 Subject: [PATCH] Change method for new year --- yucato_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yucato_test.rb b/yucato_test.rb index 67fd2c3..8d115cf 100644 --- a/yucato_test.rb +++ b/yucato_test.rb @@ -1,3 +1,3 @@ -def hello - puts 'Hello' +def print_new_year_greeting + puts 'Hello 2014 year!!' end