module ReCaptcha

Constants

MUTEX
VERSION

Public Class Methods

client() click to toggle source
# File lib/re_captcha.rb, line 10
def self.client
  MUTEX.synchronize do
    @client ||= ReCaptcha::Client.new(configuration)
  end
end