Created
October 30, 2016 08:02
-
-
Save lbvf50mobile/24808c255e95549bd3d56ffac80caff7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$:.unshift File.expand_path("../../lib", File.dirname(__FILE__)) | |
require 'rubygems' | |
require 'bundler/setup' | |
require 'lob' | |
require 'csv' | |
require 'pry-byebug' | |
binding.pry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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