るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.181秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:r[x] > バージョン:2.6.0[x] > クエリ:>[x] > クエリ:record_separator[x]

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. comparable >
  4. module >
  5. integer >

ライブラリ

クラス

検索結果

Shell#record_separator -> String (72907.0)

@todo

@todo

Shell::Filter#each(rs = nil) -> () (9622.0)

フィルタの一行ずつをblockに渡します。

フィルタの一行ずつをblockに渡します。

@param rs レコードセパレーターを表す文字列を指定します。
nil ならば、Shell.record_separatorの値が使用されます。

使用例
require 'shell'
sh = Shell.new
sh.cat("/etc/passwd").each { |line|
puts line
}