Module: Apotomo::WidgetShortcuts::DSL

Included in:
TreeNode
Defined in:
lib/apotomo/widget_shortcuts.rb

Overview

Mixed into Widget.

Instance Method Summary collapse

Instance Method Details

#<<(child) ⇒ Object



57
58
59
# File 'lib/apotomo/widget_shortcuts.rb', line 57

def <<(child)
  child.build(self)
end