class Bundler::URI::Generic

def split_path(path)


Returns an Array of the path split on '/'.
def split_path(path)
  path.split("/", -1)
end