Module: Roda::RodaPlugins::Flashier::FlashHashIndifferent
- Defined in:
- bridgetown-core/lib/roda/plugins/flashier.rb
Instance Method Summary collapse
Instance Method Details
#[]=(key, val) ⇒ Object
25 26 27 |
# File 'bridgetown-core/lib/roda/plugins/flashier.rb', line 25 def []=(key, val) @next[key.to_s] = val end |