るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.163秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:io[x] > クエリ:options[x] > クエリ:DEFAULT_OPTIONS[x]

別のキーワード

  1. socket ip_options
  2. syslog options
  3. fileutils options_of
  4. getoptlong set_options
  5. optparse options

種類

ライブラリ

クラス

検索結果

Gem::DependencyInstaller::DEFAULT_OPTIONS -> Hash (33402.0)

自身を初期化する際に使用するデフォルトのオプションです。

...g => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostNo? Low?
:wrappers => true...

CSV.new(data, options = Hash.new) -> CSV (383.0)

このメソッドは CSV ファイルを読み込んだり、書き出したりするために String か IO のインスタンスをラップします。

...読み込んだり、書き出したりするために
String か IO のインスタンスをラップします。

ラップされた文字列の先頭から読み込むことになります。
文字列に追記したい場合は CSV.generate を使用してください。
他の位置から処理...
...した StringIO を渡してください。

@param data String か IO のインスタンスを指定します。
String のインスタンスを指定した場合、CSV#string を使用して
後からデータを取り出すことが出来ます。

@param options CSV を...
...or the stream is only available for output, the default
$INPUT_RECORD_SEPARATOR ($/) is used. Obviously,
discovery takes a little time. Set manually if speed is important. Also
note that IO objects should be opened in binary mode on Windows if this
feature will be used as the line-e...