module Happybirthday

Constants

VERSION

Public Class Methods

born_on(birthday) click to toggle source
# File lib/happybirthday.rb, line 7
def self.born_on(birthday)
  Happybirthday::Birthday.new(birthday)
end