Skip to content

Instantly share code, notes, and snippets.

@biesnecker
Created December 16, 2012 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biesnecker/4313816 to your computer and use it in GitHub Desktop.
Save biesnecker/4313816 to your computer and use it in GitHub Desktop.
Putting characters to the screen without a carriage return
def put (s)
print s
STDOUT.flush
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment