diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
| commit | b13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch) | |
| tree | 2436a5e4626d44684423471cc6430884e0d27e57 /bin/console | |
| download | dispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.tar.gz dispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.zip | |
Diffstat (limited to 'bin/console')
| -rwxr-xr-x | bin/console | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/console b/bin/console new file mode 100755 index 0000000..8b593b0 --- /dev/null +++ b/bin/console @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require "bundler/setup" +require "dispatch/adapter/copilot" + +# 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. + +require "irb" +IRB.start(__FILE__) |
