From e39f14fa45913c9c6624cbb1a03111dd7616b9c7 Mon Sep 17 00:00:00 2001 From: xristocodos Date: Tue, 17 Nov 2015 22:15:02 -0500 Subject: [PATCH] Done --- current_age_for_birth_year.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/current_age_for_birth_year.rb b/current_age_for_birth_year.rb index e69de29..d9a373e 100644 --- a/current_age_for_birth_year.rb +++ b/current_age_for_birth_year.rb @@ -0,0 +1,3 @@ +def current_age_for_birth_year(birth_year) + 2015 - birth_year +end