Make tests pass in Ruby 2.4

This commit is contained in:
kojix2
2021-06-03 10:48:47 +09:00
parent d9777435a4
commit f823377c50
4 changed files with 14 additions and 14 deletions

View File

@@ -15,16 +15,16 @@ module YouPlot
@command = nil
@options = Options.new(
delimiter: "\t",
transpose: false,
headers: nil,
pass: false,
output: $stderr,
fmt: 'xyy',
progressive: false,
encoding: nil,
color_names: false,
debug: false
"\t", # elimiter:
false, # transpose:
nil, # headers:
false, # pass:
$stderr, # output:
'xyy', # fmt:
false, # progressive:
nil, # encoding:
false, # color_names:
false # debug:
)
@params = Parameters.new