This module defines different constants and class methods to play with various platforms.
Test if current OS is a *BSD (include MAC) @return [Boolean]
# File lib/ffi/platform.rb, line 116 def self.bsd? IS_BSD end
Test if current OS is Windows @return [Boolean]
# File lib/ffi/platform.rb, line 122 def self.windows? IS_WINDOWS end
Generated with the Darkfish Rdoc Generator 2.