code_analyzer gem is extracted from rails_best_practices , its aim is to provide a simple way to build your own ruby code analyzer tool. Quick Start 1. create ruby file you want to analyze. Let's create a simple ruby file test_class.rb , its content is as follow. class TestClass # bad...