# File rice/identifier.rb, line 33 def initialize(siteDomain) super(siteDomain, @@count) @@count += 1 end