Module: Roda::RodaPlugins::Flashier::FlashNowHashIndifferent
- Defined in:
- bridgetown-core/lib/roda/plugins/flashier.rb
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
35 36 37 |
# File 'bridgetown-core/lib/roda/plugins/flashier.rb', line 35 def [](key) super(key.to_s) end |
#[]=(key, val) ⇒ Object
31 32 33 |
# File 'bridgetown-core/lib/roda/plugins/flashier.rb', line 31 def []=(key, val) super(key.to_s, val) end |