27 28 29 30 31
# File 'lib/pdf/reader/transformation_matrix.rb', line 27 def to_a [@a,@b,0, @c,@d,0, @e,@f,1] end