Skip to content

Instantly share code, notes, and snippets.

@lbvf50mobile
Created October 30, 2016 08:02
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 lbvf50mobile/24808c255e95549bd3d56ffac80caff7 to your computer and use it in GitHub Desktop.
Save lbvf50mobile/24808c255e95549bd3d56ffac80caff7 to your computer and use it in GitHub Desktop.
$:.unshift File.expand_path("../../lib", File.dirname(__FILE__))
require 'rubygems'
require 'bundler/setup'
require 'lob'
require 'csv'
require 'pry-byebug'
binding.pry
source 'https://rubygems.org'
gem 'lob'
gem "pry-doc"
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'pry-byebug'
# gem 'pry-remote'
# gem 'pry-stack_explorer'
# gem 'pry-debugger'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment