main
1#!/usr/bin/env ruby
2
3require "bundler/setup"
4require "incognito"
5
6# You can add fixtures and/or initialization code here to make experimenting
7# with your gem easier. You can also use a different console, if you like.
8
9# (If you use this, don't forget to add pry to your Gemfile!)
10# require "pry"
11# Pry.start
12
13require "irb"
14IRB.start(__FILE__)