方法
包含模組
執行個體公開方法
nil?() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 368 def nil? true end
ref() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 376 def ref; end
to_s() 連結
來源:顯示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 372 def to_s "" end