Make yard doc ignore @probe

bug/bundler_fix
wchen-r7 2016-04-21 13:15:58 -05:00
parent 5e36a3128c
commit 6cb93f2af2
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ module Msf
def build_probe
@probe ||= ::Net::DNS::Packet.new(query_name, query_type_num, query_class_num).data
# TODO: support QU vs QM probes
# @probe[@probe.size-2] = [0x80].pack('C')
# @probe
#+ @probe[@probe.size-2] = [0x80].pack('C')
#+ @probe
end
def query_class