class Module
An addition to the Module
class for vls support.
Public Instance Methods
to_vls_version_string()
click to toggle source
Get the vls version string from this module.
# File lib/vls/monkey_patch.rb, line 29 def to_vls_version_string self::STRING rescue "version #{self} ???" end