class Slop::HostOption
Slop
parser for IPv4 Hosts
Public Instance Methods
call(value)
click to toggle source
# File lib/portfinder/option.rb 5 def call value 6 Portfinder::Parser.new.parse_hosts value 7 end