class Array

Public Instance Methods

to_version() click to toggle source

Converts the Array into a version number.

# File lib/version/ext/array.rb, line 7
def to_version
  Version.new *self
end