The recent pp causes a warning with ruby 2.7.
$ ruby2.7 -w -e 'gem "pp"; require "pp"'
/opt/local/lib/ruby2.7/gems/2.7.0/gems/pp-0.6.2/lib/pp.rb:487: warning: constant ::Data is deprecated
defined? does not suppress warnings.
Originally posted by @nobu in #20 (comment)