# File lib/uber/builder.rb, line 5
    def self.included(base)
      base.extend DSL
      base.extend Build
    end