module CooCoo::Platform
Constants
- ROOT
Public Class Methods
root()
click to toggle source
# File lib/coo-coo/platform.rb, line 8 def self.root ROOT end
windows?()
click to toggle source
# File lib/coo-coo/platform.rb, line 3 def self.windows? RbConfig::CONFIG['PLATFORM_DIR'] == 'win32' end