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
2015-09-12 17:27:41 +00: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