lib/psd/layer_info.rb in psd-2.1.2 vs lib/psd/layer_info.rb in psd-3.1.2

- old
+ new

@@ -1,13 +1,9 @@ class PSD # Parent class for all of the extra layer info. class LayerInfo attr_reader :data - # The value of the key as used in the PSD format. - class << self; attr_accessor :key; end - @key = "" - def initialize(layer, length) @layer = layer @file = layer.file @length = length @section_end = @file.tell + @length \ No newline at end of file