# File lib/cgikit/context.rb, line 133
  def append( string )
    @contexts << string
    _append_zero_to_count
  end