方法
包含的模組
實例公開方法
nil?() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 361 def nil? true end
ref() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 369 def ref; end
to_s() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 365 def to_s "" end