Sha256: b2ceb7beb6151de56084591cbed6168ad5b9fd6cfeb3277702cb67ae956cd87f

Contents?: true

Size: 299 Bytes

Versions: 14

Compression:

Stored size: 299 Bytes

Contents

# Copyright (c) 2006-2012 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

14 entries across 14 versions & 2 rubygems

Version Path
ci_reporter-1.9.3 lib/ci/reporter/rake/utils.rb
ci_reporter-1.9.2 lib/ci/reporter/rake/utils.rb
ci_reporter-1.9.1 lib/ci/reporter/rake/utils.rb
ci_reporter-1.9.0 lib/ci/reporter/rake/utils.rb
ci_reporter-1.8.4 lib/ci/reporter/rake/utils.rb
ci_reporter-1.8.3 lib/ci/reporter/rake/utils.rb
ci_reporter-1.8.2 lib/ci/reporter/rake/utils.rb
ci_reporter-1.8.1 lib/ci/reporter/rake/utils.rb
ci_reporter-1.8.0 lib/ci/reporter/rake/utils.rb
ci_reporter-1.7.3 lib/ci/reporter/rake/utils.rb
ci_reporter-1.7.2 lib/ci/reporter/rake/utils.rb
ci_reporter-1.7.1 lib/ci/reporter/rake/utils.rb
stopdropandrew_ci_reporter-1.7.0.1 lib/ci/reporter/rake/utils.rb
ci_reporter-1.7.0 lib/ci/reporter/rake/utils.rb