Files
metasploit-gs/lib/rex/proto/natpmp.rb
T
Luke Imhoff c210260845 Fix Undocumentable method, missing name YARD warning
[#46491831]

Comments at the start of the file with ## caused YARD to think the
comment was documenting the require call.  By removing the ##, the
warning disappeared.  I did not determine what is special about ## in
file comments.
2013-03-30 15:32:38 -05:00

8 lines
165 B
Ruby

# -*- coding: binary -*-
# NAT-PMP protocol support
#
# @author Jon Hart <jhart@spoofed.org>
require 'rex/proto/natpmp/constants'
require 'rex/proto/natpmp/packet'