216件ヒット
[201-216件を表示]
(0.076秒)
別のキーワード
ライブラリ
-
rubygems
/ defaults (12) -
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ format (36) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ installer (24) -
rubygems
/ old _ format (36) -
rubygems
/ security (24) -
rubygems
/ source _ index (12) -
rubygems
/ specification (12)
クラス
-
Gem
:: Ext :: Builder (12) -
Gem
:: Ext :: ConfigureBuilder (12) -
Gem
:: Ext :: ExtConfBuilder (12) -
Gem
:: Ext :: RakeBuilder (12) -
Gem
:: Format (36) -
Gem
:: GemPathSearcher (12) -
Gem
:: Installer (24) -
Gem
:: OldFormat (36) -
Gem
:: Security :: Policy (12) -
Gem
:: SourceIndex (12) -
Gem
:: Specification (12)
モジュール
- Gem (12)
-
Gem
:: Security (12)
キーワード
-
attribute
_ alias _ singular (12) - build (36)
-
default
_ path (12) -
from
_ file _ by _ path (24) -
from
_ io (24) -
installed
_ spec _ directories (12) - make (12)
- new (36)
-
path
_ warning (12) -
path
_ warning= (12) -
trusted
_ cert _ path (12) -
verify
_ trust _ dir (12)
検索結果
先頭2件
-
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (3013.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...
gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (3013.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...。
例:
# このように定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます。
s.require_path = 'mylib'
@param singular 属性名の単数形を指定します。
@param pl...