Permalink
Browse files

new a dummy ruby file scripts for github language category

  • Loading branch information...
hothero committed Feb 25, 2015
1 parent 624d56b commit 7e43651a5b3c55a1d7f25ca60f7f0e9f4871154a
Showing with 830 additions and 0 deletions.
  1. +6 −0 create_dummy.rb
  2. +824 −0 dummy.rb
@@ -0,0 +1,6 @@
readme_line_count = File.foreach("README.md").inject(0) {|c, line| c+1}
fp = File.open("dummy.rb", "w")

(1..readme_line_count*2).each { |num| fp.puts("puts \"#{num}\"") }

fp.close
Oops, something went wrong.

0 comments on commit 7e43651

Please sign in to comment.