Sha256: e84555c5cad690591e0fe7e3a42efad0a8f718c76df000a5019f64b4e85333cf
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
module Nmap # # Represents the Status of a {Host}. # class Status < Struct.new(:state, :reason) # # Converts the status to a String. # # @return [String] # The state. # def to_s self.state.to_s end end end
Version data entries
7 entries across 7 versions & 1 rubygems