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