Sha256: 1cd9da1c910a143e3e9b9c054b472027842f5e099507c722ccc452a5d3058677
Contents?: true
Size: 448 Bytes
Versions: 10
Compression:
Stored size: 448 Bytes
Contents
Feature: Smell - SubclassedFromCoreClass Scenario: Reports smell Given a file named "my_hash.rb" with: """ # The MyHash class class MyHash < Hash end """ When I run `reek my_hash.rb` Then it reports: """ my_hash.rb -- 1 warning: [2]:SubclassedFromCoreClass: MyHash inherits from a core class (Hash) [https://github.com/troessner/reek/blob/master/docs/Subclassed-From-Core-Class.md] """
Version data entries
10 entries across 10 versions & 1 rubygems