public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
rubinius / kernel / core / argf.rb
100644 9 lines (6 sloc) 0.154 kb
1
2
3
4
5
6
7
8
9
# depends on: class.rb
 
##
# The virtual concatenation file of the files given on command line (or from
# $stdin if no files were given).
 
class ARGF
end