跳到内容 跳到搜索
命名空间
方法
A
D
包含的模块

实例公共方法

app()

# File actionpack/lib/action_dispatch/testing/integration.rb, line 682
def app
  super || self.class.app
end

document_root_element()

# File actionpack/lib/action_dispatch/testing/integration.rb, line 686
def document_root_element
  html_document.root
end