Method: CLI::UI::Frame::FrameStack.pop
- Defined in:
- lib/cli/ui/frame/frame_stack.rb
.pop ⇒ Object
Removes and returns the last stack item off the stack : -> StackItem?
60 61 62 |
# File 'lib/cli/ui/frame/frame_stack.rb', line 60 def pop items.pop end |