Method: Captchah::Generators::Html.call

Defined in:
lib/captchah/generators/html.rb

.call(*args) ⇒ Object



20
21
22
# File 'lib/captchah/generators/html.rb', line 20

def self.call(*args)
  new(*args).send(:call)
end