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.
34 35 36 |
# File 'lib/vls.rb', line 34 def to_vls_version_string (1..5) === self.length ? self.join('.') : super end |