Method: PSD::LayerMask#skip

Defined in:
lib/psd/layer_mask.rb

#skipObject

Allows us to skip this section because it starts with the length of the section stored as an integer.



20
21
22
23
# File 'lib/psd/layer_mask.rb', line 20

def skip
  @file.seek parse_mask_size, IO::SEEK_CUR
  return self
end