Class: RubyGemsRequirementsSystem::Platform::AlpineLinux
- Defined in:
- lib/rubygems-requirements-system/platform/alpine-linux.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
#default_system_packages, #install
Class Method Details
Instance Method Details
#target?(platform) ⇒ Boolean
30 31 32 |
# File 'lib/rubygems-requirements-system/platform/alpine-linux.rb', line 30 def target?(platform) platform == "alpine_linux" end |