Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created June 29, 2012 02:31
Show Gist options
  • Save chikoski/3015308 to your computer and use it in GitHub Desktop.
Save chikoski/3015308 to your computer and use it in GitHub Desktop.
自分自身を表示するプログラム with Ruby
#!/usr/bin/env ruby
open("bbb.rb"){|fd|
print fd.readlines.join("")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment