| 1 | #!/usr/bin/env ruby |
| 2 | # frozen_string_literal: true |
| 3 | |
| 4 | require "bundler/setup" |
| 5 | require "gem_error_codes" |
| 6 | |
| 7 | # You can add fixtures and/or initialization code here to make experimenting |
| 8 | # with your gem easier. You can also use a different console, if you like. |
| 9 | |
| 10 | require "irb" |
| 11 | IRB.start(__FILE__) |