summaryrefslogtreecommitdiffhomepage
path: root/bin/console
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
committerAdam Malczewski <[email protected]>2026-03-31 19:05:55 +0900
commitb13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch)
tree2436a5e4626d44684423471cc6430884e0d27e57 /bin/console
downloaddispatch-adapter-copilot-main.tar.gz
dispatch-adapter-copilot-main.zip
Diffstat (limited to 'bin/console')
-rwxr-xr-xbin/console11
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__)