# File lib/pry/helpers/base_helpers.rb, line 122
      def mri_19?
        RUBY_VERSION =~ /1.9/ && RbConfig::CONFIG['ruby_install_name'] == 'ruby'
      end