module Togls::RuleManager
Public Class Methods
included(mod)
click to toggle source
# File lib/togls/rule_manager.rb, line 3 def self.included(mod) mod.extend(ClassMethods) end
# File lib/togls/rule_manager.rb, line 3 def self.included(mod) mod.extend(ClassMethods) end