# File lib/sinatra/rabbit.rb, line 27 def require_relative(path) require File.join(File.dirname(caller[0]), path.to_str) end