跳至內容 跳至搜尋
方法
A
H
N
包含模組

類別公開方法

new()

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

實例公開方法

all?()

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

html?()

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