Module: OS::Linux::Kernel Private
- Defined in:
- Library/Homebrew/os/linux/kernel.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Helper functions for querying Linux kernel information.
Class Method Summary collapse
- .below_minimum_version? ⇒ Boolean private
- .minimum_version ⇒ Object private
Class Method Details
.below_minimum_version? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 17 18 |
# File 'Library/Homebrew/os/linux/kernel.rb', line 16 def below_minimum_version? OS.kernel_version < minimum_version end |