Module OpenID::Util
In: lib/openid/kvform.rb
lib/openid/util.rb

Methods

Constants

BASE64_CHARS = ('ABCDEFGHIJKLMNOPQRSTUVWXYZ' \ 'abcdefghijklmnopqrstuvwxyz0123456789+/')
BASE64_RE = Regexp.compile(" \\A ([#{BASE64_CHARS}]{4})* ([#{BASE64_CHARS}]{2}==| [#{BASE64_CHARS}]{3}=)? \\Z", Regexp::EXTENDED)

Public Class methods

change the message below to do whatever you like for logging

[Validate]