Skip to content

Instantly share code, notes, and snippets.

@amedrz
Created April 23, 2013 15:35
Show Gist options
  • Save amedrz/5444624 to your computer and use it in GitHub Desktop.
Save amedrz/5444624 to your computer and use it in GitHub Desktop.
Happy Birthday Tellez
class Tellez
def self.birthday?
Time.now.day == 23 && Time.now.month == 4
end
end
puts "Happy B-day Téllez!" if Tellez.birthday?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment