# File lib/tins/string_version.rb, line 95 def version if frozen? Version.new(self) else @version ||= Version.new(self) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.