module Featuring::Flaggable::InstanceMethods

Public Instance Methods

features() click to toggle source

Returns the object’s feature context.

# File lib/featuring/flaggable.rb, line 144
def features
  @_features ||= self.class.instance_feature_class.new(self)
end