るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.014秒)

別のキーワード

  1. _builtin merge!
  2. set merge
  3. hash merge
  4. hash merge!
  5. _builtin merge

種類

ライブラリ

クラス

キーワード

検索結果

CSV.table(path, options = Hash.new) -> CSV::Table | [Array] (18208.0)

以下と同等のことを行うメソッドです。

...t[][ruby]{
CSV.read( path, { headers: true,
converters: :numeric,
header_converters: :symbol }.merge(options) )
//}

@param path ファイル名を指定します。

@param options CSV.new のオプションと同じオプションを指定でき...

rdoc/markdown (18.0)

Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。

...した場合にそのまま
出力する事ができます。この拡張はデフォルトで有効になっています。

例:

<table>
...
</table>

==== Notes

RDoc::Markdown#notes を設定する事で脚注を出力する事ができます。こ
の拡張はデフォルトで有...
...ocumentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subjec...

ruby 1.8.4 feature (18.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...L [bug]>))
* ((<ruby 1.8.4 feature/fileutils [bug]>))
* ((<ruby 1.8.4 feature/extmk, mkmf [compat]>))
* ((<ruby 1.8.4 feature/mkmf: find_executable() [compat]>))
* ((<ruby 1.8.4 feature/拡張ライブラリAPI>))
* ((<ruby 1.8.4 feature/rb_funcall2() [bug]>))
* ((<ruby 1.8.4 feature/rb_re...
...7:35:09 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
#
# * ext/tk/lib/multi-tk.rb: add restriction to access the entried
# command table and manipulate other IPs (for reason of security).
# Now, a IP object can be controlled by only its master IP or the
# default IP....
...行えないというバグを修正しました.

#Wed Nov 2 20:14:53 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
#
# * ext/tcltklib: merge into ext/tk and remove.
#

Ruby のソース上で tcltklib と tk とを Ruby 1.9 系と同様に一体化しました.
これによ...