# File lib/apotomo/widget_shortcuts.rb, line 43 def build(parent) widget = constant_for(@prefix).new(parent, @id, @options) @block.call(widget) if @block widget end