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

15 lines
333 B
Text
Raw Normal View History

2015-07-25 03:15:00 -04:00
#!/usr/bin/env ruby
require 'bundler/setup'
2015-09-12 13:01:36 -04:00
require 'lita-tox'
2015-07-25 03:15:00 -04: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!)
2015-09-12 13:01:36 -04:00
require 'pry'
Pry.start
2015-07-25 03:15:00 -04:00
2015-09-12 13:01:36 -04:00
# require 'irb'
# IRB.start