Method: Orchestrate::Search::StatsResult#max
- Defined in:
- lib/orchestrate/search/results.rb
#max ⇒ Float (readonly)
Returns Highest numerical value of the statistics result.
133 134 135 |
# File 'lib/orchestrate/search/results.rb', line 133 def max @max end |