uptech/togls

View on GitHub
lib/togls/rules.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'togls/rules/boolean'
require 'togls/rules/group'

module Togls
  # Rules
  #
  # The Rules module is simply an organizational bucket to house all the rules
  # that Togls provides.
  module Rules
  end
end