# File gio2/test/gio2-test-utils/omissions.rb, line 19 def omit_on_os_x omit("Skip this test on OS X") if RUBY_PLATFORM =~ /darwin/ end