From 1128698ca7ff93b3c6f38fd2c287c9870264eae9 Mon Sep 17 00:00:00 2001 From: Mark Anthony Bagasol Date: Sun, 2 Jun 2019 02:21:18 +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 e69de29b..70f36cda 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) + 2003 - birth_year +end \ No newline at end of file