# File lib/pathutil.rb, line 130
  def split_path
    @path.split(
      %r!\\+|/+!
    )
  end