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

实例公开方法

app()

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

document_root_element()

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