class Yadisk::OS

Public Class Methods

windows?() click to toggle source
# File lib/yadisk/os.rb, line 5
def self.windows?
  RUBY_PLATFORM =~ /win|mingw/
end