Class: RFilemaker::SpecialHash
- Inherits:
-
Hash
- Object
- Hash
- RFilemaker::SpecialHash
- Defined in:
- lib/rfilemaker.rb
Overview
:nodoc: all
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
9 10 11 |
# File 'lib/rfilemaker.rb', line 9 def [](key) super(key.to_s.downcase) end |
#[]=(key, value) ⇒ Object
5 6 7 |
# File 'lib/rfilemaker.rb', line 5 def []=(key, value) super(key.downcase, value) end |