The recent `pp` causes a warning with ruby 2.7. ```console $ 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 https://github.com/ruby/pp/issues/20#issuecomment-3368156286_