Fix tiny typo in syntax/exceptions.rdoc
This commit is contained in:
parent
18f8c514ea
commit
bbd5d3348b
Notes:
git
2025-04-24 12:15:42 +00:00
@ -103,4 +103,4 @@ You may also run some code when an exception is not raised:
|
|||||||
# It will not return implicitly.
|
# It will not return implicitly.
|
||||||
end
|
end
|
||||||
|
|
||||||
NB : Without explicit +return+ in the +ensure+ block, +begin+/+end+ block will return the last evaluated statement before entering in the `ensure` block.
|
NB : Without explicit +return+ in the +ensure+ block, +begin+/+end+ block will return the last evaluated statement before entering in the +ensure+ block.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user