class Linguist::Language
github.com/github/linguist/blob/v7.25.0/lib/linguist/language.rb
Public Instance Methods
convert_to_detectable_type()
click to toggle source
# File lib/dependabot/linguist/language.rb, line 43 def convert_to_detectable_type @type = :programming end
patch_for_dependabot_linguist()
click to toggle source
# File lib/dependabot/linguist/language.rb, line 47 def patch_for_dependabot_linguist self.ungroup_language.convert_to_detectable_type end
ungroup_language()
click to toggle source
# File lib/dependabot/linguist/language.rb, line 38 def ungroup_language @group_name = self.name self end