るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Gem::Specification#required_rubygems_version -> Gem::Requirement (12200.0)

この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。

この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。

Gem::Specification#rubygems_version -> String (12200.0)

この Gem パッケージを作成した RubyGems のバージョンを返します。

この Gem パッケージを作成した RubyGems のバージョンを返します。

Gem::Specification.read_only(*names) -> () (12200.0)

与えられた属性名を読み取り専用にします。

与えられた属性名を読み取り専用にします。

@param names 属性名を一つ以上指定します。

RDoc::Context::Section#inspect -> String (12200.0)

自身の情報を人間に読みやすい文字列にして返します。

自身の情報を人間に読みやすい文字列にして返します。

rubygems/commands/specification_command (12078.0)

指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。

...gemspec の情報を YAML 形式で表示するためのライブラリです。

Usage: gem specification [GEMFILE] [options]
Options:
-
v, --version VERSION Specify version of gem to examine
-
-platform PLATFORM Specify the platform of gem to specification...
...--all Output specifications for all versions of
the gem
Local/Remote Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限...
...定します
-
b, --both ローカルとリモートの両方の操作を許可します
-
B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-
-source URL Gem...

絞り込み条件を変える

RDoc::Options::SPECIAL -> [String] (9216.0)

--write-options を指定した際に .rdoc_options ファイルに保存されないオプ ションの一覧を返します。

...
-
-write-options を指定した際に .rdoc_options ファイルに保存されないオプ
ションの一覧を返します。...

Socket::Constants::INADDR_UNSPEC_GROUP -> Integer (9212.0)

The reserved multicast group。 IPv4の 244.0.0.0 に対応する整数です。

...The reserved multicast group。
IPv4の 244.0.0.0 に対応する整数です。

@see http://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml, 5771...

Encoding::Converter#inspect -> String (9200.0)

Encoding::Converter オブジェクトの情報を簡単に表示します。

...Encoding::Converter オブジェクトの情報を簡単に表示します。

@return 変換器の情報を簡単に可視化した文字列です。...

Exception#inspect -> String (9200.0)

self のクラス名と message を文字列にして返します。

...self のクラス名と message を文字列にして返します。

//emlist[例][ruby]{
begin
raise "exception"
rescue
p $!.inspect # => "#<RuntimeError: exception>"
end
//}...

IRB::Context#__inspect__ -> String (9200.0)

自身を文字列表現にしたオブジェクトを返します。

自身を文字列表現にしたオブジェクトを返します。

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>