# File lib/hoe.rb, line 476 def paragraphs_of path, *paragraphs File.read(path).delete("\r").split(/\n\n+/).values_at(*paragraphs) end