module WebShield

require 'active_support' require 'active_support/core_ext'

Constants

VERSION

Attributes

config[R]

Public Class Methods

configure(&block) click to toggle source
# File lib/web_shield.rb, line 23
def configure(&block)
  @config = Config.new
  block.call(@config)
end