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