# File lib/capybara/dsl.rb, line 5
    def self.included(base)
      warn "including Capybara::DSL in the global scope is not recommended!" if base == Object
      super
    end