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

Version: dup @version in #to_s

parent cd35fc3b
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class Version
end
def to_s
@version
@version.dup
end
alias_method :to_str, :to_s
......
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