Sha256: f43abcf9d410da41d93d367322ad1f25157ef133ae4144d1161d64b73dfb55b9
Contents?: true
Size: 403 Bytes
Versions: 225
Compression:
Stored size: 403 Bytes
Contents
class TestGtkUnixPrint < Test::Unit::TestCase def test_classes if GLib.os_unix? assertion = :assert_const_defined else assertion = :assert_not_const_defined end send(assertion, Gtk, :PageSetupUnixDialog) send(assertion, Gtk, :Printer) send(assertion, Gtk, :PrintCapabilities) send(assertion, Gtk, :PrintJob) send(assertion, Gtk, :PrintUnixDialog) end end
Version data entries
225 entries across 225 versions & 2 rubygems