Skip to Content Skip to Search

class Mime::NullType

Inherits From

Public instance methods

Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 365
def nil?
  true
end
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 373
def ref; end
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 369
def to_s
  ""
end

Definition files