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