最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.011秒)
トップページ
>
:compare_stream
別のキーワード
fileutils compare_stream
fileutils compare_file
hash compare_by_identity
hash compare_by_identity?
_builtin compare_by_identity
ライブラリ
fileutils
(12)
モジュール
FileUtils
(12)
検索結果
先頭1件
FileUtils
.
#
compare
_
stream(io
_
a
,
io
_
b) -> bool
FileUtils
.
#
compare
_
stream(io
_
a
,
io
_
b) -> bool
(18101.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
モジュール関数
IO オブジェクト io_a と io_b の内容が同じなら真を返します。
IO オブジェクト io_a と io_b の内容が同じなら真を返します。
@param io_a IO オブジェクト。
@param io_b IO オブジェクト。
FileUtils
IO