Libraries
»
datr
(0.0.1)
»
Index
»
Datr
»
Stack
»
#pop
Method: Datr::Stack#pop
Defined in:
lib/datr/stack.rb
#
pop
⇒
Object
13 14 15
# File 'lib/datr/stack.rb', line 13
def
pop
@elements
.
delete_at
(
@elements
.
size
-
1
)
end