# File lib/action_view/helpers/prototype_helper.rb, line 491 def assign(variable, value) record "#{variable} = #{javascript_object_for(value)}" end