Class: CollaborativeFilter::ContentBooster::Gene
- Inherits:
-
Object
- Object
- CollaborativeFilter::ContentBooster::Gene
- Defined in:
- lib/collaborative_filter/content_booster.rb
Instance Attribute Summary collapse
-
#finder ⇒ Object
Returns the value of attribute finder.
Instance Method Summary collapse
Instance Attribute Details
#finder ⇒ Object
Returns the value of attribute finder.
44 45 46 |
# File 'lib/collaborative_filter/content_booster.rb', line 44 def finder @finder end |
Instance Method Details
#all(items) ⇒ Object
45 46 47 |
# File 'lib/collaborative_filter/content_booster.rb', line 45 def all(items) @finder[items] end |