Class: Module
Overview
An addition to the Module class for vls support.
Instance Method Summary collapse
-
#to_vls_version_string ⇒ Object
Get the vls version string from this module.
Instance Method Details
#to_vls_version_string ⇒ Object
Get the vls version string from this module.
22 23 24 25 26 |
# File 'lib/vls/monkey_patch.rb', line 22 def to_vls_version_string self::STRING rescue "version #{self} ???" end |