Skip to content
Snippets Groups Projects
Unverified Commit fbf3d807 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #8449 from reitermarkus/document-system-config

Refactor and document `SystemConfig`.
parents 8e789901 e2c9e6d3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
require "formula"
require "os/linux/glibc"
class SystemConfig
module SystemConfig
class << self
def host_glibc_version
version = OS::Linux::Glibc.system_version
......
# frozen_string_literal: true
class SystemConfig
module SystemConfig
class << self
undef describe_java, describe_homebrew_ruby
......
......@@ -5,7 +5,10 @@ require "software_spec"
require "development_tools"
require "extend/ENV"
class SystemConfig
# Helper module for querying information about the system configuration.
#
# @api private
module SystemConfig
class << self
def clang
@clang ||= if DevelopmentTools.installed?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment