Module ActionView::Helpers::CaptureHelper
In: lib/haml/helpers/action_view_mods.rb
lib/haml/helpers/xss_mods.rb

Methods

External Aliases

capture -> capture_without_haml
capture_erb_with_buffer -> capture_erb_with_buffer_without_haml
with_output_buffer -> with_output_buffer_without_haml_xss

Public Instance methods

capture(*args, &block)

Alias for capture_with_haml

capture(*args, &block)

Alias for capture_with_haml

capture_erb_with_buffer(buffer, *args, &block)
capture_without_haml(*args, &block)

Alias for capture

with_output_buffer(*args, &block)

[Validate]