Class: CollaborativeFilter::ContentBooster::Gene

Inherits:
Object
  • Object
show all
Defined in:
lib/collaborative_filter/content_booster.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#finderObject

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