Module: CodeRay::CaseIgnoringWordList::Uncached

Defined in:
lib/coderay/helpers/word_list.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



115
116
117
# File 'lib/coderay/helpers/word_list.rb', line 115

def [] key
  super(key.downcase)
end