mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
5 lines
99 B
Ruby
5 lines
99 B
Ruby
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
|
require 'uplot'
|
|
|
|
require 'minitest/autorun'
|