mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
type is guaranteed to be a symbol by the factory method
This commit is contained in:
@@ -8,7 +8,7 @@ class CxxStdlib
|
||||
raise ArgumentError, "Invalid C++ stdlib type: #{type}"
|
||||
end
|
||||
|
||||
@type = type.to_sym if type
|
||||
@type = type
|
||||
@compiler = compiler.to_sym
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user