# File lib/sup/util.rb, line 450
  def max_of
    map { |e| yield e }.max
  end