module Flagist

Constants

VERSION

Public Class Methods

included(m) click to toggle source
# File lib/flagist.rb, line 31
def self.included(m)
  m.extend ::Flagist::ModuleMethods
end