Class: MdInit

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

Overview

Registers the extension.

Instance Method Summary collapse

Instance Method Details

#register(callback) ⇒ Object

Register verbs and objects.



40
41
42
# File 'lib/gloo-cli.rb', line 40

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