We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9839b0 commit b31ac95Copy full SHA for b31ac95
bin/console
@@ -1,15 +1,15 @@
1
#!/usr/bin/env ruby
2
# frozen_string_literal: true
3
4
-require 'bundler/setup'
5
-require 'webmention'
+require "bundler/setup"
+require "webmention"
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
-# (If you use this, don't forget to add pry to your Gemfile!)
11
-# require 'pry'
+# (If you use this, don"t forget to add pry to your Gemfile!)
+# require "pry"
12
# Pry.start
13
14
-require 'irb'
+require "irb"
15
IRB.start(__FILE__)
0 commit comments