# File lib/pry/helpers/base_helpers.rb, line 99 def windows? RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ end