70 71 72 73
# File 'lib/fat_core/column.rb', line 70 def max only_with('max', 'NilClass', 'Numeric', 'String', 'DateTime') items.compact.max end