# File lib/envelope.rb, line 52
  def initialize(value=nil)
    super()
    add(value) unless value == nil
  end