module DManga::OS

Public Class Methods

windows?() click to toggle source
# File lib/dmanga/os.rb, line 4
def self.windows?
    /cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM
end