Skip to content

Commit 7fdf062

Browse files
committed
Require pp if in debug mode.
Fixes piotrmurach#187
1 parent a0057d0 commit 7fdf062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/github_api.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding: utf-8
22

3+
require 'pp' if ENV['DEBUG']
34
require 'faraday'
45
require 'github_api/version'
56
require 'github_api/configuration'

0 commit comments

Comments
 (0)