るりまサーチ

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

別のキーワード

  1. kernel $-l
  2. matrix l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Win32::Registry::API.#check(result) (18202.0)

@todo

@todo

Kernel.#block_given? -> bool (6119.0)

メソッドにブロックが与えられていれば真を返します。

...単に false を返します。

iterator? は (ブロックが必ずイテレートするとはいえないので)推奨されていないの
で block_given? を使ってください。

//emlist[例][ruby]{
def check
if block_given?
puts "Block is given."
else
puts "Block isn't gi...
...ven."
end
end
check
{} #=> Block is given.
check
#=> Block isn't given.
//}...

Win32::Registry::API.#CloseKey(hkey) (6102.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (6102.0)

@todo

@todo

Win32::Registry::API.#DeleteValue(hkey, name) (6102.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#EnumValue(hkey, index) (6102.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (6102.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (6102.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (6102.0)

@todo

@todo
<< 1 2 3 > >>