Method: CLI::UI::Frame::FrameStack.items

Defined in:
lib/cli/ui/frame/frame_stack.rb

.itemsObject

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