Class: String

Inherits:
Object show all
Defined in:
lib/vls.rb

Overview

An addition to the String class for vls support.

Instance Method Summary collapse

Instance Method Details

#to_vls_version_stringObject

Get this string as a vls version string.



16
17
18
# File 'lib/vls.rb', line 16

def to_vls_version_string
  self
end