Flowdock
method

capture_erb

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActionView::Helpers::CaptureHelper
capture_erb(*args, &block) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/capture_helper.rb, line 101
        def capture_erb(*args, &block)
          buffer = eval("_erbout", block.binding)
          capture_erb_with_buffer(buffer, *args, &block)
        end
Register or log in to add new notes.