Methods

Files

Class/Module Index [+]

Quicksearch

Tins::StringVersion

Public Instance Methods

version() click to toggle source
# 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.