るりまサーチ

最速Rubyリファレンスマニュアル検索!
5001件ヒット [1-100件を表示] (0.129秒)
トップページ > クエリ:t[x] > クエリ:spec[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

クラス

モジュール

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Format#spec -> Gem::Specification (21301.0)

Gem の Gem::Specification を返します。

...Gem の Gem::Specification を返します。...

Gem::Installer#spec -> Gem::Specification (21301.0)

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。...

Gem::OldFormat#spec -> Gem::Specification (21301.0)

Gem の Gem::Specification を返します。

...Gem の Gem::Specification を返します。...

Gem::Uninstaller#spec -> Gem::Specification (21301.0)

Gem::Uninstaller#uninstall_gem の実行中のみセットされます。

...Gem::Uninstaller#uninstall_gem の実行中のみセットされます。...

VALUE rb_time_timespec_new(const struct timespec *ts, int offset) (18500.0)

引数 ts、offset を元に Time オブジェクトを作成して返します。

...引数 ts、offset を元に Time オブジェクトを作成して返します。

@param ts timespec 構造体のポインタ

@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は...
...地方時、INT_MAX-1 を指定した場合は UTC に
なります。

@raise ArgumentError offset に上述の範囲以外の値を指定した場合に発生し
ます。...

絞り込み条件を変える

Gem::SpecFetcher#fetch_spec(spec, source_uri) -> object (18308.0)

@todo

...@todo

@param spec
@param source_uri...

IRB::Inspector.keys_with_inspector(inspector) -> Array (18300.0)

引数で指定した IRB::Inspector に対応する key の配列を返します。

...引数で指定した IRB::Inspector に対応する key の配列を返します。

@param inspector IRB::Inspector オブジェクトを指定します。

IRB::Inspector.keys_with_inspector(IRB::Inspector::INSPECTORS[true])
# => [true, :p, "p", :inspect, "inspect"]...

Gem::Specification#specification_version -> Integer (18200.0)

この Gem パッケージに用いられている gemspec のバージョンを返します。

...この Gem パッケージに用いられている gemspec のバージョンを返します。...

Gem::Specification#specification_version=(version) (18200.0)

この Gem パッケージに用いられている gemspec のバージョンをセットします。

...この Gem パッケージに用いられている gemspec のバージョンをセットします。

@param version gemspec のバージョンを指定します。

@see Gem::Specification::SPECIFICATION_VERSION_HISTORY...
<< 1 2 3 ... > >>