Method: Layer::Patch::Array#pop

Defined in:
lib/layer/patch/array.rb

#popObject



52
53
54
55
# File 'lib/layer/patch/array.rb', line 52

def pop
  patch.remove_index(length)
  super
end