class Linguist::Language
github.com/github/linguist/blob/v9.0.0/lib/linguist/language.rb
Public Instance Methods
Source
# File lib/dependabot/linguist/language.rb, line 43 def convert_to_detectable_type @type = :programming end
Source
# File lib/dependabot/linguist/language.rb, line 47 def patch_for_dependabot_linguist self.ungroup_language.convert_to_detectable_type end
Source
# File lib/dependabot/linguist/language.rb, line 38 def ungroup_language @group_name = self.name self end