# File lib/mspec/runner/tag.rb, line 20 20: def escape(str) 21: str = %["#{str.gsub(/\n/, '\n')}"] if /\n/ =~ str 22: str 23: end