Method: Module#to_vls_version_string

Defined in:
lib/vls/monkey_patch.rb

#to_vls_version_stringObject

Get the vls version string from this module.



29
30
31
32
33
# File 'lib/vls/monkey_patch.rb', line 29

def to_vls_version_string
  self::STRING
rescue
  "version #{self} ???"
end