I am sure this is an easy one; I just couldn\'t find the answer immediately from Google.
I know I could do this (right?):
text = \"\" File.open(
What about IO.read()?
Edit: IO.read(), as an added bonus, closes the file for you.
IO.read()