diff --git a/lib/uplot/command.rb b/lib/uplot/command.rb index 077d3af..9b5cabf 100644 --- a/lib/uplot/command.rb +++ b/lib/uplot/command.rb @@ -18,7 +18,6 @@ module Uplot @parser = Parser.new end - def run parser.parse_options command = parser.command diff --git a/lib/uplot/command/parser.rb b/lib/uplot/command/parser.rb index e5ad17b..a45fe60 100644 --- a/lib/uplot/command/parser.rb +++ b/lib/uplot/command/parser.rb @@ -17,7 +17,7 @@ module Uplot @count = false @fmt = 'xyy' @debug = false - end + end def create_default_parser OptionParser.new do |opt|