coding style
Code Smell: this.object.knows.too.much
One day in your coding journey you might run into a linting error like this: RSpec/MessageChain: Avoid stubbing using receive_message_chain Uh, oh. What happened here? This is the Ruby community's best effort at enforcing The Law of Demeter. While this linting rule doesn't