We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hey,
Is there a workaround for the cases when hash includes keys named "default"?
Ex.:
hash = { "key0" => { "default" => { "key" => "value" } } }
[5] pry(#<Controller>)> hash = { "key0" => { "default" => { "key" => "value" } } => {"key0"=>{"default"=>{"key"=>"value"}}} [6] pry(#<Controller>)> hash.to_dot => {"key0"=>{"default"=>{"key"=>"value"}}} [7] pry(#<Controller>)> hash.key0 => {"default"=>{"key"=>"value"}} [8] pry(#<Controller>)> hash.key0.default => nil
Found the default setting but that seems to be a bit different from what I've faced.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
Is there a workaround for the cases when hash includes keys named "default"?
Ex.:
Found the default setting but that seems to be a bit different from what I've faced.
Thank you.
The text was updated successfully, but these errors were encountered: