From b96411052ea23a6085788c18f7d19a24fa1c5b29 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 22 Feb 2014 11:17:50 -0500 Subject: [PATCH] Use reader method --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 2da151d6ef..15b9734fc9 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -638,7 +638,7 @@ class Formula # Explicitly request changing C++ standard library compatibility check # settings. Use with caution! def cxxstdlib_check check_type - @cxxstdlib << check_type + cxxstdlib << check_type end def self.method_added method