るりまサーチ

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

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. dbm to_a
  5. argf.class to_a

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

@see Gem::Specification::SPECIFICATION_VERSION_HISTORY...

Gem::Commands::LockCommand#spec_path(gem_full_name) -> String (15202.0)

指定された Gem パッケージの gemspec ファイルのフルパスを返します。

...指定された Gem パッケージの gemspec ファイルのフルパスを返します。

@param gem_full_name Gem パッケージの名前を指定します。...

Addrinfo#inspect_sockaddr -> String (15201.0)

アドレスやポート番号などの情報を人間に読める形の文字列で返します。

...などの情報を人間に読める形の文字列で返します。

require 'socket'

A
ddrinfo.tcp("localhost", 80).inspect_sockaddr #=> "127.0.0.1:80"
A
ddrinfo.tcp("ip6-localhost", 80).inspect_sockaddr #=> "[::1]:80"
A
ddrinfo.unix("/tmp/sock").inspect_sockaddr #=> "/tmp/sock"...

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (15201.0)

gemspec ファイルをロードします。

...gemspec ファイルをロードします。

@param filename ファイル名を指定します。...
<< 1 2 3 ... > >>