# File lib/ci/reporter/rake/utils.rb, line 7 def self.maybe_quote_filename(fn) if fn =~ /\s/ fn = %{"#{fn}"} end fn end
[Validate]
Generated with the Darkfish Rdoc Generator 2.