Flockingbird/roost

View on GitHub
app/aggregates/member/tag_list.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Aggregates::Member::TagList inherits from core class 'Array'
Open

    class TagList < Array
Severity: Minor
Found in app/aggregates/member/tag_list.rb by reek

Subclassing core classes in Ruby can lead to unexpected side effects.

Knowing that Ruby has a core library, which is written in C, and a standard library, which is written in Ruby, if you do not know exactly how these core classes operate at the C level, you are gonna have a bad time.

Source: http://words.steveklabnik.com/beware-subclassing-ruby-core-classes

There are no issues that match your filters.

Category
Status