Class: ZPNG::BMP::BITMAPINFOHEADER

Inherits:
Object
  • Object
show all
Defined in:
lib/zpng/bmp/reader.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



29
30
31
# File 'lib/zpng/bmp/reader.rb', line 29

def inspect
  "<" + super.partition(self.class.to_s.split('::').last)[1..-1].join
end