method
[]=
[]=(k,v)
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1961 def []=(k,v) @hash[k] = v end