Top Level Namespace

Defined Under Namespace

Modules: Cairo, GdkPixbuf, GdkPixbufCairo, Morandi, MorandiNative

Instance Method Summary collapse

Instance Method Details

#clang?Boolean

Returns:

  • (Boolean)


15
16
17
18
# File 'ext/morandi_native/extconf.rb', line 15

def clang?
  cc_version = `#{RbConfig.expand('$(CC) --version'.dup)}`
  cc_version.match?(/clang/i)
end

#macos?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'ext/morandi_native/extconf.rb', line 11

def macos?
  !!(RUBY_PLATFORM =~ /darwin/)
end