Class: RuGUI::FrameworkAdapters::BaseFrameworkAdapter::BaseController

Inherits:
Base
  • Object
show all
Defined in:
lib/rugui/framework_adapters/base_framework_adapter.rb

Overview

Adapts the BaseController methods specific for the framework.

Instance Attribute Summary

Attributes inherited from Base

#adapted_object

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base

Instance Method Details

#queue(&block) ⇒ Object

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



15
16
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 15

def queue(&block)
end