Module: QML::Plugins Private
- Defined in:
- lib/qml/plugins.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .rubyqml ⇒ Object private
Class Method Details
.rubyqml ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'lib/qml/plugins.rb', line 7 def rubyqml @plugin ||= QML::PluginLoader.new(ROOT_PATH + "ext/qml/rubyqml-plugin", "rubyqml-plugin").instance end |