Basic auto-run
Start tinkering
Basic template with some auto-run magic by keepgoing.
require "bundler/inline"
gemfile do
source "https://rubygems.org"
gem "keepgoing" # auto-runs script on changes
# add gems you need here
end
puts "Keep tinkering!"