るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. kernel $-i
  5. csv to_i

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Installer#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 の実行中のみセットされます。...

Object#pretty_print_inspect -> String (18401.0)

Object#pretty_print を使って Object#inspect と同様に オブジェクトを人間が読める形式に変換した文字列を返します。

...t#pretty_print を使って Object#inspect と同様に
オブジェクトを人間が読める形式に変換した文字列を返します。

出力する全てのオブジェクトに Object#pretty_print が定義されている必要があります。
そうでない場合には RuntimeError...
...が発生します。

@raise RuntimeError 出力する全てのオブジェクトに Object#pretty_print が定義されて
いない場合に発生します。...

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

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

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

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

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

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

絞り込み条件を変える

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...

Addrinfo#inspect_sockaddr -> String (15301.0)

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

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

require 'socket'

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

Encoding#inspect -> String (15301.0)

プログラマにわかりやすい表現の文字列を返します。

...プログラマにわかりやすい表現の文字列を返します。

//emlist[例][ruby]{
Encoding::UTF_8.inspect #=> "#<Encoding:UTF-8>"
Encoding::ISO_2022_JP.inspect #=> "#<Encoding:ISO-2022-JP (dummy)>"
//}...
<< 1 2 3 ... > >>