Class: MysqlInit
- Inherits:
-
Gloo::Plugin::Base
- Object
- Gloo::Plugin::Base
- MysqlInit
- Defined in:
- lib/gloo-mysql.rb
Overview
Registers the extension.
Instance Method Summary collapse
-
#register(callback) ⇒ Object
Register verbs and objects.
Instance Method Details
#register(callback) ⇒ Object
Register verbs and objects.
16 17 18 |
# File 'lib/gloo-mysql.rb', line 16 def register( callback ) callback.register_obj( Mysql ) end |