Rubocop auto correct

This commit is contained in:
kojix2 2020-10-11 08:28:39 +09:00
parent 4660c2ab02
commit d8396fecf9

View File

@ -5,7 +5,7 @@ module Uplot
# UnicodePlot parameters.
# * Normally in a Ruby program, you might use hash for the parameter object.
# * Here, I use Struct for 2 safety reason.
# * The keys are static in Struct.
# * The keys are static in Struct.
# * Struct does not conflict with keyword arguments. Hash dose.
Params = Struct.new(
# Sort me!