Class: MdInit

Inherits:
Gloo::Plugin::Base
  • Object
show all
Defined in:
lib/gloo-md.rb

Overview

Registers the extension.

Instance Method Summary collapse

Instance Method Details

#register(callback) ⇒ Object

Register verbs and objects.



18
19
20
21
# File 'lib/gloo-md.rb', line 18

def register( callback )
  callback.register_obj( Md )
  callback.register_obj( MdDoc )
end