metasploit-framework/lib/rex/platforms.rb

12 lines
138 B
Ruby
Raw Normal View History

##
# $Id: $
#
# This file maps Platforms for autoload
##
module Rex
module Platforms
autoload :Windows, 'rex/platforms/windows'
end
end