Class: String

Inherits:
Object show all
Defined in:
lib/vls/monkey_patch.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.



21
22
23
# File 'lib/vls/monkey_patch.rb', line 21

def to_vls_version_string
  self
end