We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3d66f commit 5d4525eCopy full SHA for 5d4525e
2 files changed
bin/console
@@ -0,0 +1,14 @@
1
+#!/usr/bin/env ruby
2
+
3
+require "bundler/setup"
4
+require "syck"
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
13
+require "irb"
14
+IRB.start
bin/setup
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+set -euo pipefail
+IFS=$'\n\t'
+set -vx
+bundle install
+# Do any other automated setup that you need to do here
0 commit comments