Sha256: 989e5115f21c28f1404c0c85801911b657d240342486e13776088bf28fa38d08

Contents?: true

Size: 147 Bytes

Versions: 4

Compression:

Stored size: 147 Bytes

Contents

module CI
  module Reporter
    def self.maybe_quote_filename(fn)
      if fn =~ /\s/
        fn = %{"#{fn}"}
      end
      fn
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ci_reporter-2.1.0 lib/ci/reporter/rake/utils.rb
ci_reporter-2.0.0 lib/ci/reporter/rake/utils.rb
ci_reporter-2.0.0.alpha2 lib/ci/reporter/rake/utils.rb
ci_reporter-2.0.0.alpha1 lib/ci/reporter/rake/utils.rb