method

append_enumerable_function!

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