Top Level Namespace

Defined Under Namespace

Classes: File, Magic, String

Constant Summary collapse

FileMagic =
Magic
LIBMAGIC_TAG =
'5.39'.freeze

Instance Method Summary collapse

Instance Method Details

#darwin?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'ext/magic/extconf.rb', line 41

def darwin?
  RbConfig::CONFIG['target_os'] =~ /darwin/
end

#windows?Boolean

Returns:

  • (Boolean)


45
46
47
# File 'ext/magic/extconf.rb', line 45

def windows?
  RbConfig::CONFIG['target_os'] =~ /mswin|mingw32|windows/
end