class String

Public Instance Methods

to_version() click to toggle source
# File lib/version_record/core_ext/string.rb, line 2
def to_version
  VersionRecord::Version.new(to_s)
end