From 5c17405982b3b600f6788a13b8ee2dbe5b054bd0 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Sat, 23 Mar 2013 20:15:51 +0100 Subject: [PATCH] LinuxCPUs: Fix method alias Closes Homebrew/homebrew#18683. Signed-off-by: Misty De Meo --- Library/Homebrew/os/linux/hardware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/os/linux/hardware.rb b/Library/Homebrew/os/linux/hardware.rb index 9dc454956d..433092c45b 100644 --- a/Library/Homebrew/os/linux/hardware.rb +++ b/Library/Homebrew/os/linux/hardware.rb @@ -16,7 +16,7 @@ module LinuxCPUs def family :dunno end - alias_method :intel_family, :cpu_family + alias_method :intel_family, :family def cores `grep -c ^processor /proc/cpuinfo`.to_i