metasploit-framework/lib/rex/proto.rb

12 lines
83 B
Ruby

# -*- coding: binary -*-
module Rex
module Proto
attr_accessor :alias
end
end