るりまサーチ

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

別のキーワード

  1. psych psych_y
  2. psych y
  3. kernel y
  4. kernel psych_y
  5. y kernel

検索結果

<< 1 2 > >>

Net::IMAP::BodyTypeBasic#description -> String | nil (21117.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeMessage#description -> String | nil (21117.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeText#description -> String | nil (21117.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Object::RUBY_DESCRIPTION -> String (12201.0)

Ruby の詳細を表す文字列。

...Ruby の詳細を表す文字列。

ruby -v で表示される内容が格納されています。...

Gem::Command#summary=(description) (6207.0)

コマンドの短い説明をセットします。

...コマンドの短い説明をセットします。

@param description コマンドの短い説明を指定します。...

絞り込み条件を変える

rubygems (6030.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。


===[a:gem_command] gem コマンドの使い方

$ gem help

RubyGems は Ruby のための高機能なパッケージ管理ツールです。
これはより多くの情報へのポ...
...(e.g. 'gem help install')
より詳しい情報:
https://rubygems.org

==== Gem パッケージをインストールする

例えば rak ( https://rubygems.org/gems/rak ) をインストールするには、以下のいずれかを実行します。

$...
...= '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end
//}

: name...

rubygems/commands/generate_index_command (6006.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...ンデックスを作成するためのライブラリです。

Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示し...
...Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the index files for a gem server directory
Description
:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under th...
...e path given to
the --directory option. When done, it will generate a set of files like
this:

gems/ # .gem files you want to
index
quick/index
quick/index.rz # quick index manifest...

rubygems/commands/lock_command (6006.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME ロックする Gem パッケージの名前を指定します
VERSION ロックする Gem パッケージのバージョンを指定します
Summary:
特定バ...
...表示します
Description
:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
be cons...
...enerated.

Example:

gemlock rails-1.0.0 > lockdown.rb

will produce in lockdown.rb:

require "rubygems"
gem 'rails', '= 1.0.0'
gem 'rake', '= 0.7.0.1'
gem 'activesupport', '= 1.2.5'
gem 'activerecord', '= 1.13.2'...

rubygems/commands/mirror_command (6006.0)

リモートリポジトリをローカルリポジトリにミラーするためのライブラリです。

...バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Gem リポジトリをミラーします
Description
:
このコマンドは ~/.gemmirrorrc ファイルを使用してリモー...
...ーカルにミラーします。設定ファイルは YAML で以下のように書きます。

---
- from: http://gems.example.com # source repository URI
to: /path/to/mirror # destination directory

複数の取得元と配置先を指定す...
<< 1 2 > >>