Module: Bridgetown::Routes::FlashHashIndifferent

Defined in:
lib/bridgetown-routes/flash_additions.rb

Instance Method Summary collapse

Instance Method Details

#[]=(key, val) ⇒ Object



24
25
26
# File 'lib/bridgetown-routes/flash_additions.rb', line 24

def []=(key, val)
  @next[key.to_s] = val
end