Rename params -> plot_params

This commit is contained in:
kojix2
2020-12-14 15:02:32 +09:00
parent a5cdc94bb0
commit 5d1a4fdf3c
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'optparse'
require_relative 'params'
require_relative 'plot_params'
module YouPlot
class Command
@@ -12,7 +12,7 @@ module YouPlot
def initialize
@command = nil
@params = Params.new
@params = PlotParams.new
@delimiter = "\t"
@transpose = false