Make sysctl methods private rather than protected
This commit is contained in:
parent
889cfcc211
commit
1cca304f35
@ -135,7 +135,7 @@ module MacCPUs
|
||||
sysctl_bool('hw.optional.sse4_2')
|
||||
end
|
||||
|
||||
protected
|
||||
private
|
||||
|
||||
def sysctl_bool(key)
|
||||
sysctl_int(key) == 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user