class OSDb::Finder::Score
Public Instance Methods
chose(items)
click to toggle source
# File lib/osdb/finder/score.rb, line 6 def chose(items) items.max_by(&:score) end
# File lib/osdb/finder/score.rb, line 6 def chose(items) items.max_by(&:score) end