# File lib/apotomo/widget.rb, line 129 def find_widget(widget_id) find {|node| node.name.to_s == widget_id.to_s} end