Module: RBGL::GUI::Cocoa

Defined in:
lib/rbgl/gui/cocoa/backend.rb

Defined Under Namespace

Classes: Backend

Constant Summary collapse

METACO_AVAILABLE =
begin
  require "metaco"
  true
rescue LoadError
  false
end