Class: Alexpass

Inherits:
Object
  • Object
show all
Defined in:
lib/alexpass.rb

Constant Summary collapse

VERSION =
'0.1.3'
DEPRECATED =
"Sorry, but this gem ('alexpass') has been replaced by 'altpass'. See RubyGems https://rubygems.org/gems/altpass and GitHub https://github.com/abatko/altpass"

Class Method Summary collapse

Class Method Details

.generate(options = {}) ⇒ Object



6
7
8
9
# File 'lib/alexpass.rb', line 6

def self.generate(options={})
  warn DEPRECATED
  DEPRECATED
end

.permutations(options = {}) ⇒ Object



11
12
13
14
# File 'lib/alexpass.rb', line 11

def self.permutations(options={})
  warn DEPRECATED
  DEPRECATED
end