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?
|
def ppc?
|
||||||
type == :ppc
|
type == :ppc
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def features
|
||||||
|
[]
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if OS.mac?
|
if OS.mac?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user