class method
self.new
Ruby on Rails 7.1.6
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 20
def initialize(message = $!.message)
super(message)
end
Defined in actionpack/lib/action_dispatch/http/parameters.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Parameters::ParseError