method
append_enumerable_function!
append_enumerable_function!(call)
private
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 1291 def append_enumerable_function!(call) function_chain[-1].chomp!(';') function_chain[-1] += ".#{call}" end