method
[]=
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActionView::Helpers::JavaScriptElementProxy
[]=(variable, value)
public
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 704 def []=(variable, value) assign(variable, value) end