Parent

Methods

File

Public Class Methods

binread(file) click to toggle source
    # File lib/prawn/compatibility.rb, line 26
26:   def File.binread(file) 
27:     File.open(file,"rb") { |f| f.read } 
28:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.