Skip to content

Instantly share code, notes, and snippets.

@kkuchta
Created August 31, 2019 18:56
Show Gist options
  • Save kkuchta/885d01ecdabdd9e66e2ca3ae4fa90080 to your computer and use it in GitHub Desktop.
Save kkuchta/885d01ecdabdd9e66e2ca3ae4fa90080 to your computer and use it in GitHub Desktop.
`gem install -i /tmp/tmpgems --no-document pry-byebug`
Dir['/tmp/tmpgems/gems/*'].each { |gem| $LOAD_PATH << (gem + '/lib') }
require 'pry-byebug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment