最速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.021秒)
トップページ
>
:
file
>
:
特異メソッド
>
クラス:Gem::Format
別のキーワード
_builtin file?
_builtin file
file path
file open
file size
ライブラリ
rubygems
/
format
(12)
検索結果
先頭1件
Gem
::
Format
.
from
_
file
_
by
_
path(file
_
path
,
security
_
policy = nil) -> Gem
::
Format
Gem
::
Format
.
from
_
file
_
by
_
path(file
_
path
,
security
_
policy = nil) -> Gem
::
Format
(6210.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
特異メソッド
@todo security_policy
...
@todo security_policy
Gem ファイルのパスからデータを読み込んで、自身を初期化して返します。
@param
file
_path Gem ファイルへのパスを指定します。
@param security_policy ???
...