Use standard assignment since #initialize is only called once

This commit is contained in:
Jack Nagel 2014-02-22 11:17:04 -05:00
parent 5a7a5c3eae
commit a2372ad539

View File

@ -56,7 +56,7 @@ class Formula
@pin = FormulaPin.new(self) @pin = FormulaPin.new(self)
@cxxstdlib ||= Set.new @cxxstdlib = Set.new
end end
def set_spec(name) def set_spec(name)