# multiton.rb

class Multiton
end

puts Multiton.new.object_id
puts Multiton.new.object_id
