Method: CLI::UI::Frame::FrameStack.items
- Defined in:
- lib/cli/ui/frame/frame_stack.rb
.items ⇒ Object
Fetch all items off the frame stack : -> Array
25 26 27 |
# File 'lib/cli/ui/frame/frame_stack.rb', line 25 def items Thread.current[:cliui_frame_stack] ||= [] end |