class CodeRay::WordList::CaseIgnoring

def [] key

def [] key
  super key.downcase
end