datamapper/dm-core

View on GitHub
lib/dm-core/property_set.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class PropertySet has 27 methods (exceeds 20 allowed). Consider refactoring.

  class PropertySet < SubjectSet
    include Enumerable

    def <<(property)
      clear_cache
Severity: Minor
Found in lib/dm-core/property_set.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category