From af66b6134e71e5ef0fa3cfb507b2c741083dc954 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 29 Jun 2014 22:26:14 -0500 Subject: Remove explicit self --- Library/Homebrew/tab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 868944cbc..36ec55227 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -40,9 +40,9 @@ class Tab < OpenStruct path = keg.join(FILENAME) if path.exist? - self.from_file(path) + from_file(path) else - self.dummy_tab + dummy_tab end end -- cgit v1.2.3