Update doc a little bit

bug/bundler_fix
wchen-r7 2015-10-21 16:29:27 -05:00
parent 12cdd786a6
commit 065d042ec4
1 changed files with 3 additions and 2 deletions

View File

@ -120,7 +120,7 @@ class Response < Packet
end end
# Returns the title from the HTML document. # Returns the title from the HTML document.
# Instead of using a regex, normally you should call this to retrieve the title tag. # You will probably want to use this if you want to grab the web app's banner in the title.
# #
# @return [String] # @return [String]
def get_html_title def get_html_title
@ -130,7 +130,8 @@ class Response < Packet
end end
# Returns meta tags. # Returns meta tags.
# Instead of using a regex, you should use this to collect the meta tags. # You will probably want to use this the web app's version info (or other stuff) can be found
# in the metadata.
# #
# @return [Array<Nokogiri::XML::Element>] # @return [Array<Nokogiri::XML::Element>]
def get_html_meta_elements def get_html_meta_elements