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