cb2
cb2 copied to clipboard
Fixed bug where @current_count not initialized.
If the #count method has never been called then @current_count is nil, resulting in an error when calling #error. Using the method which initialises ensures this doesn't occur.