Top Level Namespace
Defined Under Namespace
Modules: Cairo, GdkPixbuf, GdkPixbufCairo, Morandi, MorandiNative
Instance Method Summary collapse
Instance Method Details
#clang? ⇒ Boolean
15 16 17 18 |
# File 'ext/morandi_native/extconf.rb', line 15 def clang? cc_version = `#{RbConfig.('$(CC) --version'.dup)}` cc_version.match?(/clang/i) end |
#macos? ⇒ Boolean
11 12 13 |
# File 'ext/morandi_native/extconf.rb', line 11 def macos? !!(RUBY_PLATFORM =~ /darwin/) end |