Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/birthgem.rb

Instance Method Summary collapse

Instance Method Details

#birthgemObject

Outputs the birthstone in Date class.



46
47
48
# File 'lib/birthgem.rb', line 46

def birthgem
  Birthgem::STONE_BY_MONTH[month]
end