lib/nmap/ip_id_sequence.rb in ruby-nmap-0.5.1 vs lib/nmap/ip_id_sequence.rb in ruby-nmap-0.6.0

- old
+ new

@@ -1,8 +1,13 @@ require 'nmap/sequence' module Nmap - class IpidSequence < Sequence + # + # Represents an IP ID. + # + # @since 0.5.0 + # + class IpIdSequence < Sequence # # Converts the IpidSequence class to a String. # # @return [String]