# File lib/prawn/compatibility.rb, line 13 def File.binread(file) File.open(file,"rb") { |f| f.read } end