method
append_enumerable_function!
v2.2.1 -
Show latest stable
- Class:
ActionView::Helpers::JavaScriptCollectionProxy
append_enumerable_function!(call)private
No documentation available.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 1301
def append_enumerable_function!(call)
function_chain[-1].chomp!(';')
function_chain[-1] += ".#{call}"
end