module Eldr::Rendering::Output
Public Instance Methods
capture_html(*args) { |*args| ... }
click to toggle source
# File lib/eldr/rendering/output_helpers.rb, line 4 def capture_html(*args, &block) yield(*args) end
Also aliased as: capture