372件ヒット
[1-100件を表示]
(0.054秒)
別のキーワード
ライブラリ
-
rake
/ gempackagetask (12) -
rubygems
/ builder (12) -
rubygems
/ command (36) -
rubygems
/ doc _ manager (12) -
rubygems
/ source _ index (48) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (216)
クラス
-
Gem
:: Builder (12) -
Gem
:: Command (36) -
Gem
:: DocManager (12) -
Gem
:: SourceIndex (48) -
Gem
:: SourceInfoCache (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (216) -
Rake
:: GemPackageTask (12)
キーワード
-
_ load (12) -
add
_ specific _ extra _ args (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
-
default
_ value (12) - fetcher (12)
- fetcher= (12)
-
from
_ gems _ in (12) -
from
_ yaml (12) -
installed
_ spec _ directories (12) - list (12)
- load (12)
-
load
_ specification (12) - new (48)
-
normalize
_ yaml _ input (12) -
overwrite
_ accessor (12) -
read
_ only (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - search (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12)
検索結果
先頭5件
-
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (9318.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
Gem
:: SourceIndex . from _ gems _ in(*spec _ dirs) -> Gem :: SourceIndex (9309.0) -
引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して 新しいインスタンスを作成します。
...引数で与えられたディレクトリに置かれている Ruby スクリプト形式の gemspec ファイルを使用して
新しいインスタンスを作成します。
@param spec_dirs gemspec ファイルが置かれているディレクトリを一つ以上指定します。... -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (9108.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...
gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: Command . specific _ extra _ args(cmd) -> Array (9107.0) -
与えられたコマンドに対応する追加の引数を返します。
...与えられたコマンドに対応する追加の引数を返します。
特別な追加引数はプログラムの開始時に Gem の設定ファイルから読み込まれます。
@param cmd コマンド名を指定します。... -
Gem
:: Command . add _ specific _ extra _ args(cmd , args) (9101.0) -
与えられたコマンドに対応する追加の引数を追加します。
与えられたコマンドに対応する追加の引数を追加します。
@param cmd コマンド名を指定します。
@param args 追加の引数を配列か、空白で区切った文字列で指定します。 -
Gem
:: Command . specific _ extra _ args _ hash -> Hash (9101.0) -
特別な追加引数へのアクセスを提供します。
特別な追加引数へのアクセスを提供します。 -
Gem
:: Specification . from _ yaml(input) -> Gem :: Specification (6208.0) -
YAML ファイルから gemspec をロードします。
...ァイルから gemspec をロードします。
YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec のバージ... -
Gem
:: SpecFetcher . fetcher -> Gem :: SpecFetcher (6202.0) -
このクラスの唯一のインスタンスを返します。
このクラスの唯一のインスタンスを返します。 -
Gem
:: Specification . _ load(str) -> Gem :: Specification (6202.0) -
マーシャルされたデータをロードするためのメソッドです。
マーシャルされたデータをロードするためのメソッドです。
@param str マーシャルされたデータを指定します。