るりまサーチ

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

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io each_line
  5. io readlines

検索結果

<< 1 2 > >>

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (18208.0)

@todo

...します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

ブロックが与えられると,キーは自動的...

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) {|reg| ... } (18208.0)

@todo

...します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

ブロックが与えられると,キーは自動的...

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (12201.0)

@todo

@todo

Win32::Registry::Constants::REG_LEGAL_OPTION (9101.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (9101.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (9101.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (9101.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (9101.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (9101.0)

@todo

@todo

NEWS for Ruby 3.0.0 (96.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...ated from positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in ArgumentError or different behavior. 14183
* Procs accepting a single rest argument and keywords are no longer
subject to autosplatting. This now matches the behavior of Procs...
...ndless method definition is added. [EXPERIMENTAL]
16746

//emlist{
def square(x) = x * x
//}

* Interpolated String literals are no longer frozen when
`# frozen-string-literal: true` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comm...
...new(blocking: true/false) allows you to create non-blocking execution contexts. 16786
* Fiber#blocking? tells whether the fiber is non-blocking. 16786
* Fiber#backtrace and Fiber#backtrace_locations provide per-fiber backtrace. 16815
* The limitation of Fiber#transfer is relaxed. 17221...

絞り込み条件を変える

<< 1 2 > >>