# File lib/eymiha/util/envelope.rb, line 60
    def to_s
      values = (count > 0)? "\n  high  #{high}\n  low   #{low}" : ""
      "Envelope: count #{count}#{values}"
    end