Class: ZIMG::JPEG::COM

Inherits:
Chunk show all
Defined in:
lib/zimg/jpeg/chunks.rb

Instance Attribute Summary

Attributes inherited from Chunk

#data, #marker, #size

Instance Method Summary collapse

Methods inherited from Chunk

#crc, #export, #initialize, #type

Methods inherited from Chunk

#cli_color

Constructor Details

This class inherits a constructor from ZIMG::JPEG::Chunk

Instance Method Details

#inspect(*args) ⇒ Object



282
283
284
# File 'lib/zimg/jpeg/chunks.rb', line 282

def inspect *args
  super.chop + format("data=%s>", data.inspect)
end