Class: Dependabot::Vcpkg::Language

Inherits:
Ecosystem::VersionManager
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/dependabot/vcpkg/language.rb

Instance Method Summary collapse

Constructor Details

#initializeLanguage

Returns a new instance of Language.



14
15
16
# File 'lib/dependabot/vcpkg/language.rb', line 14

def initialize
  super(name: LANGUAGE)
end

Instance Method Details

#deprecated?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/dependabot/vcpkg/language.rb', line 19

def deprecated?
  false
end

#unsupported?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/dependabot/vcpkg/language.rb', line 24

def unsupported?
  false
end