Skip to content

Instantly share code, notes, and snippets.

@JackDanger
Created August 3, 2014 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackDanger/5afad5cd4fbb6ce7fbec to your computer and use it in GitHub Desktop.
Save JackDanger/5afad5cd4fbb6ce7fbec to your computer and use it in GitHub Desktop.
bare-pry.rb
%w(pry method_source coderay slop).each do |name|
Dir["#{$GEM_HOME}/gems/#{name}-*"].each do |g|
$LOAD_PATH << "#{g}/lib"
end
end
require 'pry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment