Class: Cipher::Polybius
- Inherits:
-
BiGrammatic
- Object
- SimpleCipher
- Substitution
- BiGrammatic
- Cipher::Polybius
- Defined in:
- lib/cipher/polybius.rb
Overview
Polybius
Instance Attribute Summary
Attributes inherited from Substitution
Instance Method Summary (collapse)
-
- (Polybius) initialize(key, type = Key::SQKey::SQ_ADFGVX)
constructor
initialize.
Methods inherited from BiGrammatic
Methods inherited from Substitution
Methods inherited from SimpleCipher
Constructor Details
- (Polybius) initialize(key, type = Key::SQKey::SQ_ADFGVX)
initialize
19 20 21 |
# File 'lib/cipher/polybius.rb', line 19 def initialize(key, type = Key::SQKey::SQ_ADFGVX) super(Key::SQKey, key, type) end |