method
append_enumerable_function!
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActionView::Helpers::JavaScriptCollectionProxy
append_enumerable_function!(call)
private
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 839 def append_enumerable_function!(call) function_chain[-1].chomp!(';') function_chain[-1] += ".#{call}" end