Method: QHash#max
- Defined in:
- lib/q-language/methods/hash.rb
#max ⇒ Object
211 212 213 214 215 216 |
# File 'lib/q-language/methods/hash.rb', line 211 def max value.max rescue ArgumentError # Hash values cannot be compared nil end |