Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/semantic/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_versionObject



2
3
4
# File 'lib/semantic/core_ext.rb', line 2

def to_version
  Semantic::Version.new self
end