Sha256: 132d3aa0a061d4e7198d0741f1a624524dfd7057e1f04b4b0b22bba05c76cc68
Contents?: true
Size: 222 Bytes
Versions: 30
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true module AllureRspec module Utils # Strip relative ./ form path # @param [String] path # @return [String] def strip_relative(path) path.gsub("./", "") end end end
Version data entries
30 entries across 30 versions & 1 rubygems