Class: RubyGemsRequirementsSystem::Platform::Unknown
- Defined in:
- lib/rubygems-requirements-system/platform/unknown.rb
Instance Method Summary collapse
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
Instance Method Details
#target?(platform) ⇒ Boolean
21 22 23 |
# File 'lib/rubygems-requirements-system/platform/unknown.rb', line 21 def target?(platform) false end |