Libraries
»
artex
(2.1.3)
»
Index
»
ArTeX
»
Version
»
#to_a
Method: ArTeX::Version#to_a
Defined in:
lib/artex/version.rb
#
to_a
⇒
Object
62 63 64
# File 'lib/artex/version.rb', line 62
def
to_a
[
@major
,
@minor
,
@tiny
]
end