ProtocolError
This exception collects CheckError exceptions and mixes in Enumerable for further processing of them.
Add check_error to this CheckFailed instance.
# File lib/protocol.rb, line 115 def <<(check_error) @errors << check_error self end
Iterate over all errors of this CheckFailed instance and pass each one to block.
# File lib/protocol.rb, line 122 def each_error(&block) errors.each(&block) end
Return true, if this CheckFailed doesn’t contain any errors (yet). Otherwise false is returned.
# File lib/protocol.rb, line 110 def empty? errors.empty? end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.