Define Hardware::CPU.features on the base module
This commit is contained in:
parent
64d9c16942
commit
6e92716642
@ -38,6 +38,10 @@ class Hardware
|
||||
def ppc?
|
||||
type == :ppc
|
||||
end
|
||||
|
||||
def features
|
||||
[]
|
||||
end
|
||||
end
|
||||
|
||||
if OS.mac?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user