method
read

read(fname)
public
Hide source
# File actionwebservice/setup.rb, line 37 def File.read(fname) open(fname) {|f| return f.read } end