class Slop::PortOption

Slop parser for ports

Public Instance Methods

call(value) click to toggle source
   # File lib/portfinder/option.rb
12 def call value
13   Portfinder::Parser.new.parse_ports value
14 end