debian-mirror-gitlab/debian/gems-compat/apollo-upload-server-2.0.0.beta.3/bin/console
2019-08-03 11:04:32 +05:30

14 lines
355 B
Ruby
Executable file

#!/usr/bin/env ruby
require 'bundler/setup'
require 'apollo_upload_server'
# 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
require 'irb'
IRB.start(__FILE__)