05f107f466
git-svn-id: file:///home/svn/framework3/trunk@12554 4d416f70-5f16-0410-b530-b9f4589650da
11 lines
141 B
Ruby
11 lines
141 B
Ruby
##
|
|
# $Id$
|
|
#
|
|
# This file maps encodings for autoload
|
|
##
|
|
|
|
module Rex::Encoding
|
|
# Encoding support code
|
|
autoload :Xor, 'rex/encoding/xor'
|
|
end
|