Define Hardware::CPU.features on the base module

This commit is contained in:
Jack Nagel 2015-02-23 21:38:36 -05:00
parent 64d9c16942
commit 6e92716642

View File

@ -38,6 +38,10 @@ class Hardware
def ppc?
type == :ppc
end
def features
[]
end
end
if OS.mac?