Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/vls.rb
Overview
An addition to the Object 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.
8 9 10 |
# File 'lib/vls.rb', line 8 def to_vls_version_string "version #{self.class} ???" end |