module OpenEnigma

Constants

VERSION

Public Class Methods

run(plain_text, rand_num, plug_hash) click to toggle source

Your code goes here…

# 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