module Kernel def require_relative(path) require File.join(File.dirname(caller[0]), path.to_str) end end