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