module Rack::SimpleAuth

Module which Contains different Authorization / Authentication Classes (HMAC, ..)

Module which Contains different Authorization / Authentication Classes (HMAC, ..)

Constants

VERSION

Current Gem Version

Public Class Methods

root() click to toggle source

Method to return Gem Root Dir from everywhere in the gem

@return [String] Gem Root Folder

# File lib/rack/simple_auth.rb, line 21
def root
  ::File.dirname(::File.dirname(::File.expand_path('..', __FILE__)))
end