Method: Fastui::Window.find

Defined in:
lib/fastui/window.rb

.find(name) ⇒ Object



9
10
11
# File 'lib/fastui/window.rb', line 9

def find(name)
  @windows[name.to_s]
end