# File lib/Borges/Component/Counter.rb, line 11
  def initialize
    @count = 0
    session.register_for_backtracking(self)
  end