diff options
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/helpers/word_list.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/helpers/word_list.rb b/lib/coderay/helpers/word_list.rb index 5196a5d..c8cc7ac 100644 --- a/lib/coderay/helpers/word_list.rb +++ b/lib/coderay/helpers/word_list.rb @@ -104,6 +104,7 @@ class CaseIgnoringWordList < WordList h[k] = h.fetch k.downcase, default end else + super(default, false) def self.[] key # :nodoc: super(key.downcase) end |