Module: VisualCaptcha

Defined in:
lib/visualcaptcha/utils.rb,
lib/visualcaptcha.rb,
lib/visualcaptcha/view.rb,
lib/visualcaptcha/engine.rb,
lib/visualcaptcha/version.rb,
lib/visualcaptcha/controller.rb

Overview

:nodoc

Defined Under Namespace

Modules: ControllerHelpers, Utils, ViewHelper Classes: Captcha, Challenge, Engine, Option

Constant Summary collapse

VERSION =
"0.0.1.5"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (VisualCaptcha)

    the object that the method was called on



9
10
11
# File 'lib/visualcaptcha.rb', line 9

def self.setup
  yield self
end