Class: RubyGemsRequirementsSystem::Platform::Ubuntu
- Defined in:
- lib/rubygems-requirements-system/platform/ubuntu.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Debian
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
36 37 38 |
# File 'lib/rubygems-requirements-system/platform/ubuntu.rb', line 36 def target?(platform) platform == "ubuntu" || super end |