class String
Public Instance Methods
to_version()
click to toggle source
# File lib/sem_version/core_ext.rb, line 5 def to_version SemVersion.new(self) end
# File lib/sem_version/core_ext.rb, line 5 def to_version SemVersion.new(self) end