118件ヒット
[1-100件を表示]
(0.041秒)
別のキーワード
種類
- インスタンスメソッド (60)
- ライブラリ (24)
- モジュール関数 (12)
- 定数 (12)
- 文書 (10)
ライブラリ
- rubygems (12)
-
rubygems
/ server (12) -
rubygems
/ source _ index (12) -
rubygems
/ specification (24) -
rubygems
/ version (24)
クラス
-
Gem
:: Server (12) -
Gem
:: SourceIndex (12) -
Gem
:: Specification (24) -
Gem
:: Version (24)
モジュール
- Gem (12)
キーワード
-
MARSHAL
_ FIELDS (12) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 1 . 0 (4) -
_ dump (12) - dump (12)
-
marshal
_ dump (12) -
marshal
_ load (12) -
marshal
_ version (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ server (12)
検索結果
先頭5件
-
Gem
:: Server # Marshal(request , response) -> () (21101.0) -
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
メソッド名に対応する URI に対するリクエストを処理するメソッドです。
@param request WEBrick::HTTPRequest オブジェクトが自動的に指定されます。
@param response WEBrick::HTTPResponse オブジェクトが自動的に指定されます。 -
Gem
. # marshal _ version -> String (15117.0) -
Marshal のバージョンを表す文字列を返します。
...
Marshal のバージョンを表す文字列を返します。... -
Gem
:: Version # marshal _ load(array) -> nil (9119.0) -
ダンプされた情報をロードし、自身を破壊的に変更します。
...ダンプされた情報をロードし、自身を破壊的に変更します。
//emlist[][ruby]{
version = Gem::Version.new('')
version.marshal_load(["1.2.0a"])
p version # => #<Gem::Version "1.2.0a">
//}
@param array バージョン情報を含む配列を指定します。... -
Gem
:: Version # marshal _ dump -> Array (9113.0) -
完全なオブジェクトではなく、バージョン文字列のみダンプします。
...完全なオブジェクトではなく、バージョン文字列のみダンプします。
//emlist[][ruby]{
p Gem::Version.new('1.2.0a').marshal_dump # => ["1.2.0a"]
//}... -
Gem
:: Specification :: MARSHAL _ FIELDS -> Hash (9101.0) -
@todo
@todo -
rubygems
/ server (6122.0) -
Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための 簡易ウェブサーバを動かすためのライブラリです。
...Gem パッケージを配布したり Gem パッケージに同梱されているドキュメントを参照するための
簡易ウェブサーバを動かすためのライブラリです。
rubygems/commands/server_command を使用して起動するウェブサーバの本体です。
この......されている Gem パッケージの一覧を表示します。
: "/specs.#{Gem.marshal_version}.gz"
インストールされている全バージョンの情報 (パッケージ名、バージョン、プラットフォーム) を返します。
: "/latest_specs.#{Gem.marshal_version}.gz"
イ...... Gem パッケージの一覧を返します。
: "/gems/"
ダウンロード可能な Gem パッケージの一覧を表示します。
以下のインデックスはレガシーなものです。
: "/Marshal.#{Gem.marshal_version}"
インストールされている Gem パッケージの Gem... -
rubygems
/ commands / generate _ index _ command (6088.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この......有効にします
Summary:
Generates the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When......# .gem files you want to
index
quick/index
quick/index.rz # quick index manifest
quick/<gemname>.gemspec.rz # legacy YAML quick index
file
quick/Marshal.<version>/<gemname>.gemspec.rz # Marshal quick in... -
Gem
:: Specification # _ dump -> String (3022.0) -
重要なインスタンス変数のみを Marshal.#dump します。
...重要なインスタンス変数のみを Marshal.#dump します。
@see Marshal.#dump... -
Gem
:: SourceIndex # dump -> () (3016.0) -
自身を Marshal.#dump します。
...自身を Marshal.#dump します。...