Add comments

This commit is contained in:
kojix2
2021-05-29 10:28:56 +09:00
parent d30942fef6
commit 7e97d44caf
4 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ require 'optparse'
require_relative 'options'
module YouPlot
# Class for parsing command line options
class Parser
class Error < StandardError; end