Skip to content

Instantly share code, notes, and snippets.

@patmaddox
Created July 29, 2011 22:53
Show Gist options
  • Select an option

  • Save patmaddox/1114925 to your computer and use it in GitHub Desktop.

Select an option

Save patmaddox/1114925 to your computer and use it in GitHub Desktop.
| stream |
stream := WriteStream on: String new.
SBApp fileOutOn: stream moveSource: false toFile: nil.
stream contents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment