Returns:
18 19 20 21
# File 'lib/generators/reek.rb', line 18 def reek_12? return false if @output.length == 0 (@output =~ /^"/) != 0 end