c210260845
[#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.
8 lines
165 B
Ruby
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'
|