class method
self.new
Ruby on Rails 8.0.4
Since v5.2.8.1Signature
self.new(message = $!.message)
No documentation comment.
Parameters
-
messageopt = $!.message
Source
# File actionpack/lib/action_dispatch/http/parameters.rb, line 22
def initialize(message = $!.message)
super(message)
end
Defined in actionpack/lib/action_dispatch/http/parameters.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Parameters::ParseError