Method: WindowBlessing::Window::ParentsAndChildren#each_child_with_index

Defined in:
lib/window_blessing/window.rb

#each_child_with_index(&block) ⇒ Object



185
186
187
# File 'lib/window_blessing/window.rb', line 185

def each_child_with_index(&block)
  children.each_with_index &block
end