class ChunkyPNG::Image
def initialize_copy(other)
-
other
(ChunkyPNG::Image
) -- The other image to copy.
def initialize_copy(other) super(other) @metadata = other.metadata end
other
(ChunkyPNG::Image
)
-- The other image to copy.
def initialize_copy(other) super(other) @metadata = other.metadata end