module Rounders::Plugins::Pluggable

Public Class Methods

included(klass) click to toggle source
# File lib/rounders/plugins/pluggable.rb, line 6
def included(klass)
  klass.extend ClassMethods
  PluginLoader.register(klass)
end