Class: Linguist::Language
- Inherits:
-
Object
- Object
- Linguist::Language
- Defined in:
- lib/dependabot/linguist/language.rb
Overview
Instance Method Summary collapse
- #convert_to_detectable_type ⇒ Object
- #patch_for_dependabot_linguist ⇒ Object
- #ungroup_language ⇒ Object
Instance Method Details
#convert_to_detectable_type ⇒ Object
43 44 45 |
# File 'lib/dependabot/linguist/language.rb', line 43 def convert_to_detectable_type @type = :programming end |
#patch_for_dependabot_linguist ⇒ Object
47 48 49 |
# File 'lib/dependabot/linguist/language.rb', line 47 def patch_for_dependabot_linguist self.ungroup_language.convert_to_detectable_type end |
#ungroup_language ⇒ Object
38 39 40 41 |
# File 'lib/dependabot/linguist/language.rb', line 38 def ungroup_language @group_name = self.name self end |