るりまサーチ

最速Rubyリファレンスマニュアル検索!
918件ヒット [1-100件を表示] (0.095秒)
トップページ > クエリ:C[x] > クエリ:install[x]

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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/
c
ache/<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
c
onfirmation
-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
C
ommon 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)

ビルトインコマンドを定義します。

ビルトインコマンドを定義します。
<< 1 2 3 ... > >>