Module: Eldr::Rendering::Output

Defined in:
lib/eldr/rendering/output_helpers.rb

Instance Method Summary collapse

Instance Method Details

#capture_html(*args) {|args| ... } ⇒ Object Also known as: capture

Yields:

  • (args)


4
5
6
# File 'lib/eldr/rendering/output_helpers.rb', line 4

def capture_html(*args, &block)
  yield(*args)
end