717件ヒット
[1-100件を表示]
(0.024秒)
ライブラリ
- ビルトイン (36)
- json (24)
- mkmf (12)
- optparse (24)
- rbconfig (60)
-
rbconfig
/ sizeof (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ config _ file (24) - un (12)
-
webrick
/ ssl (24)
クラス
-
Gem
:: ConfigFile (24) -
JSON
:: State (24) - OptionParser (24)
-
WEBrick
:: GenericServer (12)
モジュール
- Kernel (60)
- RbConfig (72)
-
WEBrick
:: Config (12)
キーワード
-
$ -I (12) -
$ : (12) -
$ LOAD _ PATH (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - CONFIG (12)
- LIMITS (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
OPERATING
_ SYSTEM _ DEFAULTS (12) -
PLATFORM
_ DEFAULTS (12) - RbConfig (12)
- ReFe (12)
- SIZEOF (12)
- SSL (12)
- TOPDIR (12)
- WhichCommand (12)
-
arg
_ config (12) - configure (12)
-
default
_ argv= (12) - environment (12)
- irb (6)
- merge (12)
- mkmf (24)
- new (12)
- rbconfig (12)
-
rbconfig
/ sizeof (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
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ ext / configure _ builder (12) - xmlrpc (3)
- パターンマッチ (12)
検索結果
先頭5件
-
RbConfig
. ruby -> String (21117.0) -
ruby コマンドのフルパスを返します。
...
ruby コマンドのフルパスを返します。... -
rubygems
/ config _ file (12000.0) -
設定ファイルに書かれている gem コマンドのオプションを オブジェクトに保存するためのライブラリです。
設定ファイルに書かれている gem コマンドのオプションを
オブジェクトに保存するためのライブラリです。 -
rubygems
/ ext / configure _ builder (12000.0) -
configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。
...configure スクリプトを元に拡張ライブラリをビルドするクラスを扱うライブラリです。... -
RbConfig
:: CONFIG -> Hash (9107.0) -
設定値を格納したハッシュです。
...設定値を格納したハッシュです。
格納されている要素のキーと値は Ruby のバージョンや使用しているプラット
フォームによって変わります。
@see autoconf(1), make(1)... -
Kernel
# arg _ config(config , default) { . . . } -> object | String | true | nil (6254.0) -
configure オプション --config の値を返します。
...
configure オプション --config の値を返します。
@param config オプションを文字列で指定します。
@param default 引数 config で指定したオプションのデフォルト値を指定します。
@return オプションが指定されてた場合は true を、指定......ンに引数が指定されていた場合は指定した文字列を返します。
例えば extconf.rb で arg_config メソッドを使う場合、
$ ruby extconf.rb --foo --bar=baz
と実行したとき、arg_config("--foo") の値は true、
arg_config("--bar") の値は "baz" です。... -
JSON
:: State # configure(options = {}) -> self (6106.0) -
与えられたハッシュで自身を設定します。
...を指定します。
//emlist[例][ruby]{
require "json"
json_state = JSON::State.new(indent: "\t")
json_state.indent # => "\t"
JSON.generate({key1: "value1", key2: "value2"}, json_state)
# => "{\t\"key1\":\"value1\",\t\"key2\":\"value2\"}"
json_state.configure(indent: " ")
json_state.indent #... -
rubygems
/ commands / install _ command (6036.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...ッケージをインストールします
--[no-]format-executable Make installed executable names match ruby.
If ruby is ruby18, foo_exec will be
foo_exec18
Local/Remote Options:
-l, --local......静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効に......rguments:
GEMNAME インストールする Gem パッケージ名を指定します
Summary:
Gem パッケージをローカルにインストールします
Defaults:
--both --version '>= 0' --rdoc --ri --no-force
--no-test --install-dir /usr/lib/ruby/gems/1.8... -
rubygems
/ commands / generate _ index _ command (6018.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効に......the inflate algorithm.
The
Marshal version number comes from ruby's Marshal::MAJOR_VERSION and
Marshal::MINOR_VERSION constants. It is used to ensure compatibility. The
yaml indexes exist for legacy RubyGems clients and fallback in case of
Marshal
version change... -
rubygems
/ commands / server _ command (6018.0) -
ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。
...静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効に......The cache files for installed gems must exist to use the server as a source
for gem installation.
To install gems from a running server, use `gem install GEMNAME --source
http://gem_server_host:8808`
Defaults:
--port 8808 --dir /usr/lib/ruby/gems/1.8 --no-daemon...