Skip to content

Commit

Permalink
Merge pull request #38 from ironridgeinc/master
Browse files Browse the repository at this point in the history
change how load path is modified
  • Loading branch information
andrehjr authored Dec 31, 2021
2 parents f3a130c + cd2452a commit 0659eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry-coolline.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-

$LOAD_PATH.unshift File.expand_path(File.join("../lib", __FILE__))
$:.push File.expand_path('../lib', __FILE__)
require 'pry-coolline/version'

Gem::Specification.new do |s|
Expand Down

0 comments on commit 0659eb1

Please # to comment.