Module: ClassX::Pluggable::Plugin::ClassMethods
Public Instance Methods
define_events (hash)
# File lib/classx/pluggable/plugin.rb, line 11 11: def define_events hash 12: define_method :register do 13: add_events hash 14: end 15: end
# File lib/classx/pluggable/plugin.rb, line 11 11: def define_events hash 12: define_method :register do 13: add_events hash 14: end 15: end