# File lib/celerity/container.rb, line 192
    def div(*args)
      Div.new(self, *args)
    end