Fullscreen/bh

View on GitHub
lib/bh/classes/base.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Base has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Base
      def initialize(app = nil, *args, &block)
        @app = app
        @concat = block_given? &&  @app.respond_to?(:concat_content)
        @options = extract_options_from(*args, &block).dup
Severity: Minor
Found in lib/bh/classes/base.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status