# File lib/facet/fileutils/head&tail.rb, line 41 def body(filename,from=10,to=20) #:yield: IO.readlines(filename)[from-1..to-1] end