YouPlot/bin/console

15 lines
340 B
Plaintext
Raw Normal View History

2020-07-28 22:07:15 +08:00
#!/usr/bin/env ruby
2020-07-28 22:14:47 +08:00
require 'bundler/setup'
require 'uplot'
2020-07-28 22:07:15 +08:00
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
2020-07-28 22:14:47 +08:00
require 'irb'
2020-07-28 22:07:15 +08:00
IRB.start(__FILE__)