afaur/ruby-nicefn

View on GitHub
exa/after/inst.rb

Summary

Maintainability
A
0 mins
Test Coverage

Replace class var @@klass_property with a class instance var.
Open

  cm(:set_klass_property) { |value| @@klass_property = value }
Severity: Minor
Found in exa/after/inst.rb by rubocop

This cop checks for uses of class variables. Offenses are signaled only on assignment to class variables to reduce the number of offenses that would be reported.

There are no issues that match your filters.

Category
Status