class RuGUI::FrameworkAdapters::BaseFrameworkAdapter::BaseController

Adapts the BaseController methods specific for the framework.

Public Instance Methods

queue(&block) click to toggle source

Queues the block call, so that it is only gets executed in the main thread.

# File lib/rugui/framework_adapters/base_framework_adapter.rb, line 15
def queue(&block)
end