class ChunkyPNG::Vector

def length

Returns:
  • (Integer) - The length of the points array.
def length
  points.length
end