Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created November 20, 2011 18:49
Show Gist options
  • Save AndrewVos/1380687 to your computer and use it in GitHub Desktop.
Save AndrewVos/1380687 to your computer and use it in GitHub Desktop.
ReadsFiles
  new path

  execute
    # return file contents
  end
end

file_text = ReadsFile("file.txt")!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment