Skip to content
Snippets Groups Projects
Commit 1cca304f authored by Jack Nagel's avatar Jack Nagel
Browse files

Make sysctl methods private rather than protected

parent 889cfcc2
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ module MacCPUs
sysctl_bool('hw.optional.sse4_2')
end
protected
private
def sysctl_bool(key)
sysctl_int(key) == 1
......
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