Skip to content

Instantly share code, notes, and snippets.

@bolshakov
Last active December 23, 2015 17:19
Show Gist options
  • Save bolshakov/6667728 to your computer and use it in GitHub Desktop.
Save bolshakov/6667728 to your computer and use it in GitHub Desktop.
# Project-specific .irbrc
if Dir.pwd != File.expand_path("~")
local_irbrc = File.expand_path '.irbrc'
if File.exist? local_irbrc
puts "Loading #{local_irbrc}"
load local_irbrc
end
end
require 'pry'
Pry.start
Tv::Api.config.tv_provider_loader.call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment