Recaptcha

Public Class Methods

configuration() click to toggle source

Gives access to the current Configuration.

# File lib/recaptcha.rb, line 23
def self.configuration
  @configuration ||= Configuration.new
end
configure() click to toggle source

Allows easy setting of multiple configuration options. See Configuration for all available options.

# File lib/recaptcha.rb, line 33
def self.configure
  config = configuration
  yield(config)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.