class ChunkyPNG::Chunk::Generic

def initialize(type, content = '')

def initialize(type, content = '')
  super(type, :content => content)
end