Class: Spandex::Finder::CaseInsensitiveHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/spandex/finder.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



8
9
10
# File 'lib/spandex/finder.rb', line 8

def [](key)
  super(key.to_s.downcase)
end