lib/coderunner/version.rb in coderunner-0.12.7 vs lib/coderunner/version.rb in coderunner-0.12.8
- old
+ new
@@ -22,6 +22,10 @@
end
def to_s
@major.to_s + "." + @feature_group.to_s + "." + @feature.to_s + "." + @bugfix.to_s
end
+
+ def inspect
+ "#{self.class}.new('#{to_s}')"
+ end
end