# File lib/envelope.rb, line 91
  def high
    raise_no_envelope if @count == 0
    @high
  end