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