[Source]
# File infocube.rb, line 934 def initialize @@count += 1 end
# File infocube.rb, line 940 def count puts "from InfoCube checkout no: #{@@count}" return @@count end
# File infocube.rb, line 937 def reset @@count = -1 end
[Validate]