るりまサーチ

最速Rubyリファレンスマニュアル検索!
2462件ヒット [1-100件を表示] (0.022秒)

別のキーワード

  1. des new
  2. openssl des
  3. openssl openssl::cipher::des
  4. des
  5. des openssl

キーワード

検索結果

<< 1 2 3 ... > >>

OpenSSL::Cipher::DES (18016.0)

DES 暗号を表すクラス

...DES 暗号を表すクラス...

Gem::Specification#description=(desc) (6200.0)

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

...Gem パッケージの説明をセットします。

@param desc パッケージの詳細を説明する文章を指定します。...

Kernel#desc(description) -> String (6200.0)

直後の Rake タスクの説明を登録します。

...直後の Rake タスクの説明を登録します。

@param description 直後のタスクの説明を指定します。

例:
des
c "Run the Unit Tests"
task :test => [:build] do
runtests
end...

Kernel#describe(desc) { ... } (6200.0)

与えられた説明文から名前を作成してテストクラスを定義します。

...与えられた説明文から名前を作成してテストクラスを定義します。

クラスの定義は、与えられたブロックの内容になります。

@param desc ブロックに対する説明を指定します。...

Rake::Task#add_description(description) (6200.0)

自身に詳細説明を追加します。

自身に詳細説明を追加します。

絞り込み条件を変える

Rake::TaskManager#last_description=(description) (6200.0)

最新の詳細説明をセットします。

...の記載例とする

task default: :test_rake_app1

des
c "test1"
task :test_rake_app1 do |task|
task.application.last_description # => "test2"
task.application.last_description = "test3"
task.application.last_description # => "test3"
end

des
c "test2"
task :test_rake_app2 do |task|
end
//}...

DublinCoreModel#dc_description (6100.0)

@todo

@todo

DublinCoreModel#dc_description= (6100.0)

@todo

@todo

DublinCoreModel#dc_descriptions (6100.0)

@todo

@todo

Encoding::Converter#destination_encoding -> Encoding (6100.0)

変換先のエンコーディングを返します。

...変換先のエンコーディングを返します。

@return 変換先のエンコーディング

//emlist[][ruby]{
ec = Encoding::Converter.new("utf-8", "euc-jp")
ec.destination_encoding #=> #<Encoding:EUC-JP>
//}...

絞り込み条件を変える

<< 1 2 3 ... > >>