るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. bigdecimal to_i
  5. ipaddr to_i

ライブラリ

クラス

検索結果

Shell#record_separator -> String (72907.0)

@todo

@todo

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

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

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

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

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