method

capture_erb

capture_erb(*args, &block)
private

No documentation available.

# File actionpack/lib/action_view/helpers/capture_helper.rb, line 134
        def capture_erb(*args, &block)
          buffer = eval(ActionView::Base.erb_variable, block.binding)
          capture_erb_with_buffer(buffer, *args, &block)
        end