class Date
Public Instance Methods
birthgem()
click to toggle source
Outputs the birthstone in Date
class.
# File lib/birthgem.rb, line 46 def birthgem Birthgem::STONE_BY_MONTH[month] end
Outputs the birthstone in Date
class.
# File lib/birthgem.rb, line 46 def birthgem Birthgem::STONE_BY_MONTH[month] end