mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Flatten the module hierarchy
Move Parser and Options up
This commit is contained in:
17
lib/youplot/options.rb
Normal file
17
lib/youplot/options.rb
Normal file
@@ -0,0 +1,17 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module YouPlot
|
||||
Options = Struct.new(
|
||||
:delimiter,
|
||||
:transpose,
|
||||
:headers,
|
||||
:pass,
|
||||
:output,
|
||||
:fmt,
|
||||
:progressive,
|
||||
:encoding,
|
||||
:color_names,
|
||||
:debug,
|
||||
keyword_init: true
|
||||
)
|
||||
end
|
||||
Reference in New Issue
Block a user