Skip to content

Commit

Permalink
add pry's binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
gipcompany committed Sep 10, 2016
1 parent dc0fd32 commit 1421113
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bin/pry
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
#
# This file was generated by Bundler.
#
# The application 'pry' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)

require "rubygems"
require "bundler/setup"

load Gem.bin_path("pry", "pry")

0 comments on commit 1421113

Please sign in to comment.