AndyObtiva/super_module

View on GitHub
lib/super_module/v1.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method included has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def included(original_base)
        # TODO maybe avoid class_eval by extending/including instead
        original_base.class_eval do
          extend SuperModule::V1::ModuleBodyMethodCallRecorder
          extend SuperModule::V1::SingletonMethodDefinitionStore
Severity: Minor
Found in lib/super_module/v1.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status