summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
authorS.H <[email protected]>2021-08-02 12:06:44 +0900
committer<[email protected]>2021-08-02 12:06:44 +0900
commit378e8cdad69e6ba995a024da2957719789f0679e ()
tree99ffe0f8055bc10cba3225fb5e7a906f5c3f4543 /load.c
parent3688b476710def7290e32656b200fefc538366d0 (diff)
Using RBOOL macro
Notes: Merged: https://.com/ruby/ruby/pull/4695 Merged-By: nobu <[email protected]>
-rw-r--r--load.c2
1 files changed, 1 insertions, 1 deletions
@@ -1196,7 +1196,7 @@ rb_require_string(VALUE fname)
load_failed(fname);
}
- return result ? Qtrue : Qfalse;
}
VALUE