# File lib/capybara.rb, line 125
    def server(&block)
      if block_given?
        @server = block
      else
        @server
      end
    end