class ChunkyPNG::Chunk::End

def content

Returns:
  • ("") - An empty string.
def content
  "".b
end