global

def load_relative(path)

mimic Kernel#require_relative API
def load_relative(path)
  load File.join(__dir__, "#{path}.rb")
end