# File lib/ruby-vpi/xx.rb, line 71 71: def pop 72: #--{{{ 73: @stack.pop unless @stack.size == 1 74: #--}}} 75: end