class String

An addition to the String class for vls support.

Public Instance Methods

to_vls_version_string() click to toggle source

Get this string as a vls version string.

# File lib/vls/monkey_patch.rb, line 21
def to_vls_version_string
  self
end