824件ヒット
[1-100件を表示]
(0.130秒)
ライブラリ
- ビルトイン (60)
- fiddle (12)
- rubygems (12)
-
rubygems
/ commands / help _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ platform (204) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (60) -
rubygems
/ version _ option (12)
クラス
- File (12)
-
Gem
:: Commands :: HelpCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: Platform (192) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (60) - Module (12)
- Object (12)
- Symbol (12)
モジュール
- Fiddle (12)
- Gem (12)
-
Gem
:: VersionOption (12) - Kernel (12)
キーワード
-
$ LOAD _ PATH (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - == (12)
- === (12)
- =~ (12)
-
BUILD
_ RUBY _ PLATFORM (12) - CURRENT (12)
- Cygwin (12)
- DOSISH 対応 (12)
- GNU (12)
- GNU Hurd (12)
- Mac OS X (12)
- MinGW (12)
-
NEWS for Ruby 2
. 5 . 0 (8) - PLATFORMS (12)
-
PLATFORM
_ DEFAULTS (12) - RUBY (12)
-
RUBY
_ PLATFORM (12) - Ruby が動作するプラットフォーム (12)
- Rubyの起動 (12)
- Unix (12)
- Win32 (12)
- Win32ネイティブ版 (12)
- Win32ネイティブ版Rubyの互換性問題 (12)
-
add
_ platform _ option (12) -
all
_ symbols (12) - constants (12)
- cpu (12)
- cpu= (12)
- fetch (12)
-
find
_ matching (12) -
full
_ name (12) - join (12)
- local (12)
- match (12)
- mingw32 (12)
- mswin32 (12)
- new (12)
-
original
_ platform (12) -
original
_ platform= (12) - os (12)
- os= (12)
- platform (12)
- platform= (12)
-
rake
/ gempackagetask (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 8 . 5 feature (12) -
ruby 1
. 9 feature (12) - rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ platform (12) - search (24)
-
search
_ with _ source (12) -
to
_ a (12) -
to
_ s (12) - version (12)
- version= (12)
-
win
_ platform? (12) - 環境変数 (12)
検索結果
先頭5件
-
Gem
:: Platform (24000.0) -
選択した Gem のインストールを実行できるプラットフォームのリストを扱うクラスです。
選択した Gem のインストールを実行できるプラットフォームのリストを扱うクラスです。 -
Gem
:: Specification # platform=(platform) (15420.0) -
この Gem パッケージを使用できるプラットフォームをセットします。
...この Gem パッケージを使用できるプラットフォームをセットします。
@param platform この Gem パッケージを使用できるプラットフォームを指定します。
デフォルトは Gem::Platform::RUBY です。
@see Gem::Platform::RUBY... -
Gem
:: Specification # original _ platform=(platform) (15308.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
...この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
@param platform プラットフォームを指定します。... -
Gem
:: Specification # original _ platform -> String (15201.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。 -
Gem
:: Specification # platform -> String (15201.0) -
この Gem パッケージを使用できるプラットフォームを返します。
この Gem パッケージを使用できるプラットフォームを返します。 -
Gem
:: Commands :: HelpCommand :: PLATFORMS -> String (15200.0) -
プラットフォームに関する記述を格納している文字列です。
プラットフォームに関する記述を格納している文字列です。 -
Gem
:: Platform . match(platform) -> bool (12301.0) -
@todo ???
@todo ??? -
Gem
:: VersionOption # add _ platform _ option(task = command , *wrap) (12217.0) -
option parser に対して --platform オプションを追加します。
...option parser に対して --platform オプションを追加します。
@param task コマンド名を指定します。デフォルト値はインクルードされる側のクラスで指定されます。
@param wrap Gem::Command#add_option に渡すその他のオプションを指定し... -
Fiddle
:: BUILD _ RUBY _ PLATFORM -> String (12207.0) -
ビルドに用いた ruby のプラットフォームを表す文字列。
...ビルドに用いた ruby のプラットフォームを表す文字列。
通常、Object::RUBY_PLATFORM と同じ。...