Top Level Namespace
Defined Under Namespace
Constant Summary collapse
- FileMagic =
Magic- LIBMAGIC_TAG =
'5.39'.freeze
Instance Method Summary collapse
Instance Method Details
#darwin? ⇒ Boolean
41 42 43 |
# File 'ext/magic/extconf.rb', line 41 def darwin? RbConfig::CONFIG['target_os'] =~ /darwin/ end |
#windows? ⇒ Boolean
45 46 47 |
# File 'ext/magic/extconf.rb', line 45 def windows? RbConfig::CONFIG['target_os'] =~ /mswin|mingw32|windows/ end |