跳至内容 跳至搜索
方法
A
H
N
包含的模块

类公共方法

new()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 345
def initialize
  super "*/*", nil
end

实例公共方法

all?()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 349
def all?; true; end

html?()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 350
def html?; true; end