method

new

rails latest stable - Class: RailInspector::Configuring
new(rails_path)
public

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring.rb, line 50
    def initialize(rails_path)
      @errors = []
      @parser = CachedParser.new
      @rails_path = Pathname.new(rails_path)
    end