class Train::Plugins
Public Class Methods
registry()
click to toggle source
Retrieve the current plugin registry, containing all plugin names and their transport handlers.
@return [Hash] map with plugin names and plugins
# File lib/train/plugins.rb, line 17 def registry @registry ||= {} end