Use standard assignment since #initialize is only called once
This commit is contained in:
parent
5a7a5c3eae
commit
a2372ad539
@ -56,7 +56,7 @@ class Formula
|
||||
|
||||
@pin = FormulaPin.new(self)
|
||||
|
||||
@cxxstdlib ||= Set.new
|
||||
@cxxstdlib = Set.new
|
||||
end
|
||||
|
||||
def set_spec(name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user