Make sysctl methods private rather than protected

This commit is contained in:
Jack Nagel 2015-02-26 23:22:23 -05:00
parent 889cfcc211
commit 1cca304f35

View File

@ -135,7 +135,7 @@ module MacCPUs
sysctl_bool('hw.optional.sse4_2')
end
protected
private
def sysctl_bool(key)
sysctl_int(key) == 1