1件ヒット
[1-1件を表示]
(0.019秒)
検索結果
-
Kernel
$ $ DEFAULT _ INPUT -> IO (45322.0) -
$< の別名
$< の別名
require "English"
while line = $DEFAULT_INPUT.gets
p line
end
# end of sample.rb
ruby sample.rb < /etc/passwd
# => "hoge:x:500:501::/home/hoge:/bin/bash\n"
...