class String

Public Instance Methods

to_version() click to toggle source
# File lib/semantic/core_ext.rb, line 2
def to_version
  Semantic::Version.new self
end