Object
———— END Analyzer logic ————————————
# File lib/saikuro.rb, line 597 def initialize(limit = -1, error = 11, warn = 8) @limit = limit @error = error @warn = warn end
# File lib/saikuro.rb, line 611 def error?(count) count >= @error end
# File lib/saikuro.rb, line 603 def ignore?(count) count < @limit end
# File lib/saikuro.rb, line 607 def warn?(count) count >= @warn end
[Validate]
Generated with the Darkfish Rdoc Generator 2.