class Alexpass

Constants

DEPRECATED
VERSION

Public Class Methods

generate(options={}) click to toggle source
# File lib/alexpass.rb, line 6
def self.generate(options={})
  warn DEPRECATED
  DEPRECATED
end
permutations(options={}) click to toggle source
# File lib/alexpass.rb, line 11
def self.permutations(options={})
  warn DEPRECATED
  DEPRECATED
end