Module: Featuring::Flaggable::InstanceMethods
- Defined in:
- lib/featuring/flaggable.rb
Instance Method Summary collapse
-
#features ⇒ Object
Returns the object’s feature context.
Instance Method Details
#features ⇒ Object
Returns the object’s feature context.
144 145 146 |
# File 'lib/featuring/flaggable.rb', line 144 def features @_features ||= self.class.instance_feature_class.new(self) end |