2 3 4 5
# File 'lib/rpush/plugin.rb', line 2 def self.plugin(name) plugins[name] ||= Rpush::Plugin.new(name) plugins[name] end