mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
84a4d340a6
As a Ruby convention, a method should return nil (not false) for the exceptional value, e.g. String#index. File#_mtime should follow the convention too.