module RackCAS

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/rack-cas.rb, line 9
def self.config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/rack-cas.rb, line 5
def self.configure
  yield config
end