Skip to content

Instantly share code, notes, and snippets.

@moomindani
Created July 15, 2014 02:39
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 moomindani/0368783f10ba40dac1cb to your computer and use it in GitHub Desktop.
Save moomindani/0368783f10ba40dac1cb to your computer and use it in GitHub Desktop.
Output string specifying length
#!/usr/bin/ruby
str = "a"*100
open("hoge.txt", "a") {|f| f.write str}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment