ruby/include
Nobuyoshi Nakada f7fd42ce74
Move the declaration of rb_path_check
Although this function is unrelated to hash, it was defined in hash.c
to check PATH environment variable originally.  Then the definition
was moeved to file.c but the declaration was left in the hash.c block.
2025-01-13 19:10:26 +09:00
..