Module: Roda::RodaPlugins::FormeErubiCapture::InstanceMethods

Defined in:
lib/roda/plugins/forme_erubi_capture.rb

Instance Method Summary collapse

Instance Method Details

#formObject



36
37
38
39
40
41
42
43
44
45
# File 'lib/roda/plugins/forme_erubi_capture.rb', line 36

def form(*)
  if block_given?
    capture_erb do
      super
      instance_variable_get(render_opts[:template_opts][:outvar])
    end
  else
    super
  end
end