Skip to content
Snippets Groups Projects
Commit 22d1f651 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove a defensive to_s call

This method is only used internally and we always pass strings.
parent dc9872eb
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class BuildOptions
end
def add(name, description)
description ||= case name.to_s
description ||= case name
when "universal" then "Build a universal binary"
when "32-bit" then "Build 32-bit only"
when "c++11" then "Build using C++11 mode"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment