Use reader method

This commit is contained in:
Jack Nagel 2014-02-22 11:17:50 -05:00
parent a2372ad539
commit b96411052e

View File

@ -638,7 +638,7 @@ class Formula
# Explicitly request changing C++ standard library compatibility check # Explicitly request changing C++ standard library compatibility check
# settings. Use with caution! # settings. Use with caution!
def cxxstdlib_check check_type def cxxstdlib_check check_type
@cxxstdlib << check_type cxxstdlib << check_type
end end
def self.method_added method def self.method_added method