Method: RuGUI::FrameworkAdapters::FrameworkAdapterSupport::CommonClassAndInstanceMethods#adapter_module_name

Defined in:
lib/rugui/framework_adapters/framework_adapter_support.rb

#adapter_module_name(framework_adapter = RuGUI.configuration.framework_adapter) ⇒ Object



17
18
19
# File 'lib/rugui/framework_adapters/framework_adapter_support.rb', line 17

def adapter_module_name(framework_adapter = RuGUI.configuration.framework_adapter)
  "RuGUI::FrameworkAdapters::#{framework_adapter.camelize}"
end