Method: Basefile::Exe::Decoder#initialize
- Defined in:
- lib/basefile/exe/decoder.rb
#initialize(enc_str, file) ⇒ Decoder
Returns a new instance of Decoder.
4 5 6 7 |
# File 'lib/basefile/exe/decoder.rb', line 4 def initialize(enc_str, file) @enc_str = enc_str @file = file end |