Method: ROM::Setup#register_plugin

Defined in:
lib/rom/setup.rb

#register_plugin(plugin) ⇒ 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.



77
78
79
# File 'lib/rom/setup.rb', line 77

def register_plugin(plugin)
  plugins << plugin
end