Top Level Namespace
Defined Under Namespace
Modules: GQLite
Constant Summary collapse
- IS_MSWIN =
Platforms check
!RbConfig::CONFIG['host_os'].match(/mswin/).nil?
- IS_MINGW =
!RbConfig::CONFIG['host_os'].match(/mingw/).nil?
- IS_DARWIN =
!RbConfig::CONFIG['host_os'].match(/darwin/).nil?