module Apotomo::WidgetShortcuts::DSL

Mixed into Widget.

Public Instance Methods

<<(child) click to toggle source
# File lib/apotomo/widget_shortcuts.rb, line 57
def <<(child)
  child.build(self)
end