rpanachi/core_ext

View on GitHub
lib/core_ext/logger.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method broadcast has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.broadcast(logger) # :nodoc:
      Module.new do
        define_method(:add) do |*args, &block|
          logger.add(*args, &block)
          super(*args, &block)
Severity: Minor
Found in lib/core_ext/logger.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status