module Pry::Helpers::Platform

def self.mri?

Returns:
  • (Boolean) -
def self.mri?
  RbConfig::CONFIG['ruby_install_name'] == 'ruby'
end