方法
執行個體公開方法
header(routes) 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 201 def header(routes) @buffer << draw_header(routes) end
section(routes) 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 197 def section(routes) @buffer << draw_section(routes) end
section_title(title) 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 193 def section_title(title) @buffer << "\n#{title}:" end