Version: dup @version in #to_s

This commit is contained in:
Jack Nagel 2013-05-19 20:51:25 -05:00
parent cd35fc3bbd
commit bf935a1fa5

View File

@ -90,7 +90,7 @@ class Version
end end
def to_s def to_s
@version @version.dup
end end
alias_method :to_str, :to_s alias_method :to_str, :to_s