PrettyPrint class is included using lowercase 'pp'

This commit is contained in:
John Schwinghammer 2015-01-14 13:56:44 -06:00
parent ad4c20d8d8
commit 5f019482d2

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'optparse'
require 'PP'
require 'pp'
require_relative 'version'
module GitHubChangelogGenerator
@ -94,4 +94,4 @@ module GitHubChangelogGenerator
options
end
end
end
end