Module: Bridgetown::Routes::FlashHashIndifferent
- Defined in:
- bridgetown-routes/lib/bridgetown-routes/flash_additions.rb
Instance Method Summary collapse
Instance Method Details
#[]=(key, val) ⇒ Object
24 25 26 |
# File 'bridgetown-routes/lib/bridgetown-routes/flash_additions.rb', line 24 def []=(key, val) @next[key.to_s] = val end |