方法
实例公共方法
header(routes) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 213 def header(routes) @buffer << draw_header(routes) end
section(routes) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 209 def section(routes) @buffer << draw_section(routes) end
section_title(title) 链接
来源: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 205 def section_title(title) @buffer << "#{title}:" end