Method: Rex::Encoder::Xor.encode
- Defined in:
- lib/rex/encoder/xor.rb
.encode(*args) ⇒ Object
wrap that in a wanna be static class
18 19 20 |
# File 'lib/rex/encoder/xor.rb', line 18 def self.encode(*args) self.new.encode(*args) end |