module Featuring

Attach feature flags to your objects.

* See `Featuring::Declarable` for how to define and check feature flags.
* See `Featuring::Persistence` for how to persist feature flag values.

Constants

VERSION

Public Class Methods

version() click to toggle source
# File lib/featuring/version.rb, line 6
def self.version
  VERSION
end