Law Of Demeter Violator
user.name is for jerks who think patterns are cool. You and me, we know that
the Gang of Four were communists.
Let's do user.name.name instead.
Installation
Add this line to your application's Gemfile:
gem 'law_of_demeter_violator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install law_of_demeter_violator
Finally, ask yourself why you installed this. Just have a long talk.
Usage
You have two options.
-
include the
LawOfDemeterViolatormodule in your class, at the end:class BadIdea def meth1 end
include LawOfDemeterViolatorend
Unfortunately, it has to be at the end of the class definition.
-
use the global
Violatemethod:Violate(BadIdea)
Is it tested?
Of course. I'm not a monster.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request