Class: Opensubtitles::Finder::Score
- Inherits:
-
Object
- Object
- Opensubtitles::Finder::Score
- Defined in:
- lib/opensubtitles/finder/score.rb
Instance Method Summary collapse
Instance Method Details
#chose(items) ⇒ Object
6 7 8 |
# File 'lib/opensubtitles/finder/score.rb', line 6 def chose(items) items.max_by(&:score) end |