lib/igp/shell.rb in igp-0.0.1 vs lib/igp/shell.rb in igp-0.0.2

- old
+ new

@@ -1,5 +1,7 @@ require 'uri' + +# class that groks the igp command line options and invokes the ping task class Igp::Shell # holds the parsed options attr_reader :options # holds the URI object representing the ping target \ No newline at end of file