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