Class: Array
Overview
An addition to the Array class for vls support.
Instance Method Summary collapse
-
#to_vls_version_string ⇒ Object
Get the vls version string from this array.
Instance Method Details
#to_vls_version_string ⇒ Object
Get the vls version string from this array.
32 33 34 |
# File 'lib/vls/monkey_patch.rb', line 32 def to_vls_version_string (1..5) === self.length ? self.join('.') : super end |