Class: Contextizer::Analyzers::RubyAnalyzer
- Defined in:
- lib/contextizer/analyzers/ruby_analyzer.rb
Constant Summary collapse
- LANGUAGE =
:ruby- SIGNALS =
[ { type: :file, path: "Gemfile", weight: 10 }, { type: :file, path: "*.gemspec", weight: 20 }, { type: :dir, path: "app/controllers", weight: 5 } ].freeze
- FRAMEWORK_SIGNALS =
{ rails: [{ type: :file, path: "bin/rails", weight: 15 }] }.freeze
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Contextizer::Analyzers::Base