mattn / mruby-require

39 stars 23 forks source link

Implement `require_relative` #38

Open anatol opened 6 years ago

anatol commented 6 years ago

Working with Ruby I found Kernel#require_relative function quite useful. It might be a good idea implement it for mruby as well.