Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/bin/console
Braiden Vasco 72019e74a8 Initialize gem
$ bundle gem .
2015-07-25 12:15:00 +05:00

14 lines
333 B
Ruby
Executable file

#!/usr/bin/env ruby
require "bundler/setup"
require "lita/tox"
# 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