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