Libraries
»
layer-ruby
(0.7.2)
»
Index
»
Layer
»
Patch
»
Array
»
#pop
Method: Layer::Patch::Array#pop
Defined in:
lib/layer/patch/array.rb
#
pop
⇒
Object
52 53 54 55
# File 'lib/layer/patch/array.rb', line 52
def
pop
patch
.
remove_index
(
length
)
super
end