From 71c85aa2fc9947c6fbc8938505895e873cb64d43 Mon Sep 17 00:00:00 2001 From: Nathan Chackerian Date: Mon, 8 May 2017 02:18:06 +0000 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..8ed283d 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) + 2016 - birth_year +end