File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ The point is that "in the `else` side the values of arguments are also stored in
238238
239239<div class="image">
240240<img src="images/ch_method_anchor.jpg" alt="(anchor)"><br>
241- Figure 1: All right if it is in the heap
241+ Figure 1: Being in the heap is all right.
242242* パターン case
243243* 側 side
244244* 同じ内容 the same contents
@@ -628,7 +628,7 @@ The maximum argument count is 15.
628628
629629
630630Note that neither `SCOPE` or `VARS` is pushed when it is `NODE_CFUNC`. It makes
631- sense because if a method is defined in C it would not use the Ruby's local
631+ sense because a method defined in C does not use Ruby's local
632632variables. But it simultaneously means that if the "current" local variables are
633633accessed by `C`, they are actually the local variables of the previous `FRAME`.
634634And in some places, say, `rb_svar` (`eval.c`), it is actually done.
@@ -915,7 +915,7 @@ super
915915
916916
917917This `super` has a behavior to directly pass the parameters of the currently executing method.
918- In order to enable to pass at the moment, the arguments are saved in `ruby_frame->argv`.
918+ To enable to pass at the moment, the arguments are saved in `ruby_frame->argv`.
919919
920920
921921Going back to the previous story here,
You can’t perform that action at this time.
0 commit comments