# File lib/needle/container.rb, line 106
    def define
      yield builder if block_given?
      builder
    end