方法
包含模块
类公共方法
new() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 352 def initialize super "*/*", nil end
实例公共方法
all?() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 356 def all?; true; end
html?() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 357 def html?; true; end