918件ヒット
[1-100件を表示]
(0.095秒)
ライブラリ
- drb (24)
-
drb
/ acl (24) - fileutils (36)
-
irb
/ extend-command (48) - mkmf (36)
- rbconfig (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ doc _ manager (48) -
rubygems
/ exceptions (12) -
rubygems
/ indexer (12) -
rubygems
/ installer (180) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (84) - shell (6)
-
shell
/ command-processor (12) - un (12)
クラス
- ACL (12)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: DocManager (48) -
Gem
:: Indexer (12) -
Gem
:: Installer (168) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (84) - Shell (6)
-
Shell
:: CommandProcessor (12)
モジュール
- DRb (24)
- FileUtils (36)
-
IRB
:: ContextExtender (12) -
IRB
:: ExtendCommandBundle (36) - Kernel (48)
- RbConfig (12)
キーワード
- ACL (12)
-
DEFAULT
_ OPTIONS (12) - DESTDIR (12)
- DependencyInstaller (12)
- InstallCommand (12)
- InstallUpdateOptions (12)
- Installer (12)
- RemoteInstallationCancelled (12)
- UninstallCommand (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
collect
_ method (12) - commands (12)
-
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
drb
/ gw (12) -
ensure
_ dependency (12) -
exec
_ format (12) -
exec
_ format= (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
from
_ installed _ gems (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) -
generate
_ bin _ script (12) -
generate
_ windows _ script (12) -
install
_ acl (12) -
install
_ alias _ method (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
install
_ files (12) -
install
_ id _ conv (12) -
install
_ indices (10) -
install
_ indicies (2) -
install
_ list (12) -
install
_ rb (12) -
install
_ rdoc (12) -
install
_ ri (12) -
install
_ system _ commands (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) -
installed
_ spec _ directories (12) -
irb
/ completion (12) -
irb
_ original _ method _ name (12) - mkmf (24)
- new (24)
-
path
_ ok? (12) -
rdoc
_ installed? (12) - remove (12)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ security (12) - spec (24)
-
uninstall
_ doc (12) -
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (24107.0) -
指定された Gem とその依存する Gem を全てインストールします。
...指定された Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストー... -
Gem
:: Installer # install -> Gem :: Specification (21213.0) -
Gem をインストールします。
...ome/
cache/<gem-version>.gem #=> インストールした Gem のコピー
gems/<gem-version>/... #=> インストール時に展開したファイル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specificatio......します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error... -
FileUtils
. # install(src , dest , options = {}) -> () (18219.0) -
src と dest の内容が違うときだけ src を dest にコピーします。
...src と dest の内容が違うときだけ src を dest にコピーします。
@param src コピー元。一つの場合は文字列でも指定可能です。
二つ以上指定する場合は配列で指定します。
@param dest コピー先のファイルかディレクトリ......m options :preserve, :noop, :verbose, :mode が指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}......rve, :noop, :verbose, :mode, :owner, :group が指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}... -
rubygems
/ commands / install _ command (18024.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケ......ルします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc......時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメントを生成します
-E, --[no-]env-shebang インストールするスクリプトの shebang line を書き換えます(/usr/bin/env)
-f, --[no-]force... -
rubygems
/ commands / uninstall _ command (18012.0) -
Gem パッケージをアンインストールするためのライブラリです。
...uninstall GEMNAME [GEMNAME ...] [options]
Options:
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applica......ble executables without
confirmation
-i, --install-dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--pla......Specify the platform of gem to uninstall
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (15306.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。... -
IRB
:: ContextExtender . install _ extend _ commands -> object (15207.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (15207.0) -
定義済みの拡張を読み込みます。
...(それぞれ 1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が require された時にライ......ブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (15201.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。