るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g=
  4. dsa g
  5. dh g=

検索結果

<< 1 2 3 > >>

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

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

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

@see 2045...

Gem::Command#description -> String (21201.0)

このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。

このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。

Gem::Specification#description -> String (21201.0)

Gem パッケージの説明を返します。

...
G
em パッケージの説明を返します。...

RSS::Maker::ImageBase#description (21102.0)

@todo

@todo

RSS::Rss::Channel::Image#description (21102.0)

@todo

@todo

絞り込み条件を変える

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

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

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

@see 2045...

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

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

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

@see 2045...

Rake::Task#arg_description (12201.0)

rake/gempackagetask (12006.0)

Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。

...Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。

G
em パッケージだけでなく zip, tgz, tar.gz, tar.bz2 の各ファイルを作成する事もできます。

以下のタスクを定義します。

: PACKAGE_DI...
...R/NAME-VERSION.gem
G
em パッケージを作成します。

例:
require 'rubygems'

spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = "Ruby based make-like utility."
s.name = 'rake'
s.version = PKG_VERSION
s.requirements << 'none'...
...re = 'rake'
s.files = PKG_FILES
s.description = <<EOF
Rake is a Make-like program implemented in Ruby. Tasks
and dependencies are specified in standard Ruby syntax.
EOF
end

Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end...
<< 1 2 3 > >>