Sha256: a97c103c3c2cb115900f2ce2226904e6a4903ce7e2f858efd7c2304d3967e9bd
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true require_relative 'scripts' module Nmap class XML # # Represents the `postscript` element. # # @since 1.0.0 # class Postscript include Scripts # # Initializes the Postscript object. # # @param [Nokogiri::XML::Node] node # The XML node that contains the host information. # def initialize(node) @node = node end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-nmap-1.0.3 | lib/nmap/xml/postscript.rb |