module Capybara::Poltergeist
Constants
- VERSION
Public Class Methods
windows?()
click to toggle source
# File lib/capybara/poltergeist/utility.rb, line 4 def windows? RbConfig::CONFIG["host_os"] =~ /mingw|mswin|cygwin/ end