Method: FormWidget.run

Defined in:
lib/cuca/stdlib/form.rb

.run(*args) ⇒ Object



170
171
172
173
# File 'lib/cuca/stdlib/form.rb', line 170

def self.run(*args)
  w = self.class.new
  w.output(args)
end