~ubuntu-branches/debian/sid/ruby-poltergeist/sid

« back to all changes in this revision

Viewing changes to lib/capybara/poltergeist/utility.rb

  • Committer: Package Import Robot
  • Author(s): Pirate Praveen
  • Date: 2016-09-15 22:01:34 UTC
  • Revision ID: package-import@ubuntu.com-20160915220134-vd142d9tvojjvcyo
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module Capybara
 
2
  module Poltergeist
 
3
    class << self
 
4
      def windows?
 
5
        RbConfig::CONFIG["host_os"] =~ /mingw|mswin|cygwin/
 
6
      end
 
7
    end
 
8
  end
 
9
end
 
 
b'\\ No newline at end of file'