class FamilyReunion::Cache
Attributes
word_letters[RW]
Public Class Methods
new()
click to toggle source
# File lib/family-reunion/cache.rb, line 5 def initialize @word_letters = {} @similar_words = {} @taxamatch_genus = {} @taxamatch_species = {} end