class ChunkyPNG::Dimension

def to_a

Returns:
  • (Array) - [width, height] for this dimension.
def to_a
  [width, height]
end