class Sinatra::Base

def caller_locations

first element being the file, and the second being the line.
Like caller_files, but containing Arrays rather than strings with the
def caller_locations
  cleaned_caller 2
end