Module: OpenEnigma
- Defined in:
- lib/open_enigma.rb,
lib/open_enigma/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
-
.run(plain_text, rand_num, plug_hash) ⇒ Object
Your code goes here…
Class Method Details
.run(plain_text, rand_num, plug_hash) ⇒ Object
Your code goes here…
7 8 9 |
# File 'lib/open_enigma.rb', line 7 def self.run(plain_text, rand_num, plug_hash) Enigma.new(plain_text, rand_num, plug_hash).run end |