Sha256: 60cbc61eaf92bc9321252708b984d1172ec6ed483f26dbc193b34bf2951ee9ca

Contents?: true

Size: 299 Bytes

Versions: 13

Compression:

Stored size: 299 Bytes

Contents

# Copyright (c) 2006-2010 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

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

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
ci_reporter-1.6.9 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.8 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.7 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.6 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.5 lib/ci/reporter/rake/utils.rb
dimkiriyenko-ci_reporter-1.6.6 lib/ci/reporter/rake/utils.rb
dimkiriyenko-ci_reporter-1.6.5 lib/ci/reporter/rake/utils.rb
dimkiriyenko-ci_reporter-1.6.4 lib/ci/reporter/rake/utils.rb
brasten-ci_reporter-1.6.5 lib/ci/reporter/rake/utils.rb
finnlabs-ci_reporter-1.6.6 lib/ci/reporter/rake/utils.rb
finnlabs-ci_reporter-1.6.5 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.4 lib/ci/reporter/rake/utils.rb
ci_reporter-1.6.3 lib/ci/reporter/rake/utils.rb