# File lib/apipie/client/generator.rb, line 85 def plaintext(text) text.gsub(/<.*?>/, '').gsub("\n", ' ').strip end