Method: Datr::Stack#pop

Defined in:
lib/datr/stack.rb

#popObject



13
14
15
# File 'lib/datr/stack.rb', line 13

def pop
  @elements.delete_at(@elements.size - 1)
end