Class: Module

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

Overview

An addition to the Module class for vls support.

Instance Method Summary collapse

Instance Method Details

#to_vls_version_stringObject

Get the vls version string from this module.



24
25
26
27
28
# File 'lib/vls.rb', line 24

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