From 0ce394a11de7e212a5ac0363ba5b6b0c43e61b6a Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 17 Sep 2020 10:45:44 +0900 Subject: [PATCH] Fix style --- lib/uplot/command.rb | 1 - lib/uplot/command/parser.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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|