You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to access struct attributes using the hash syntax and i found out different behaviour when access optional field in struct using method (struct.field) and hash (struct[:field]).
Is this the intended behaviour or a bug?
I all :) hope it is the right place to post.
Describe the bug
i tried to access struct attributes using the hash syntax and i found out different behaviour when access optional field in struct using method (
struct.field
) and hash (struct[:field]
).Is this the intended behaviour or a bug?
To Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: