Class: RubyGemsRequirementsSystem::Platform::AmazonLinux2023
- Defined in:
- lib/rubygems-requirements-system/platform/amazon-linux-2023.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Fedora
#default_system_packages, #valid_system_package?, #valid_system_repository?
Methods inherited from Base
#default_system_packages, #initialize, #install, #valid_system_package?, #valid_system_repository?
Constructor Details
This class inherits a constructor from RubyGemsRequirementsSystem::Platform::Base
Class Method Details
Instance Method Details
#target?(platform) ⇒ Boolean
30 31 32 33 34 35 36 37 |
# File 'lib/rubygems-requirements-system/platform/amazon-linux-2023.rb', line 30 def target?(platform) case platform when "amazon_linux_2023", "amazon_linux" true else super end end |