るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

検索結果

RDoc::Context#classes -> [RDoc::SingleClass | RDoc::NormalClass] (21201.0)

追加されたクラスの配列を返します。

追加されたクラスの配列を返します。

RDoc::Context#initialize_classes_and_modules -> () (9201.0)

追加されたクラスやモジュールをクリアします。

追加されたクラスやモジュールをクリアします。

WIN32OLE.connect(ole) -> WIN32OLE (6218.0)

現在実行中のOLEオートメーションサーバに接続します。

...現在実行中のOLEオートメーションサーバに接続します。

connectメソッドは、COMのモニカを利用して、現在実行中のOLEオートメーショ
ンサーバを検索し、接続します。接続に成功した場合、該当サーバを操作可能
なWIN32OLEオ...
...lication') # => WIN32OLE object which represents running Excel.

: PROGID
OLEオートメーションサーバを識別するための文字列。通常「ベンダー名.ア
プリケーション名.インターフェイス名」の形式を取ります。レジストリの
HKEY_CLASSES_ROOT...
...
モニカは、URIのようにWindows上のリソースを一意に識別するためのオブジェ
クトのインターフェイスで、文字表現を持ちます。詳細については
http://msdn.microsoft.com/en-us/library/ms691261(v=VS.85).aspx
を参照してください。...

Win32::Registry::HKEY_CURRENT_CONFIG -> Win32::Registry (6207.0)

@todo

...@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

詳細は以下の MSDN Library を参照してください。

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp...

RDoc::Context#each_classmodule {|m| ... } -> [RDoc::SingleClass | RDoc::NormalClass | RDoc::NormalModule] (3106.0)

追加されたクラス、モジュールに対してブロックを評価します。

...追加されたクラス、モジュールに対してブロックを評価します。

@see RDoc::Context#classes, RDoc::Context#modules...

絞り込み条件を変える

NEWS for Ruby 3.0.0 (402.0)

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

...Keyword arguments are now separated 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 ma...
...] # and deprecation warning
# 3.0 => a=>1}, {}]
//}

* Arguments forwarding (`...`) now supports leading arguments.
16378

//emlist{
def method_missing(meth, ...)
send(:"do_#{meth}", ...)
end
//}

* Pattern matching (`case/in`) is no longer experimental. 17260
* One-line pattern matc...
...non-empty value, and the standard input and output are tty, the `--help`
option shows the help message via the pager designated by the value.
16754

=== `--backtrace-limit` option

The `--backtrace-limit` option limits the maximum length of a backtrace.
8661

== Core classes updates

Outstanding one...

MinGW (28.0)

MinGW フリーソフトウェアだけで純粋な Win32 用実行ファイルを作るための コンパイル環境のことで、MinGW は Minimalist GNU on Windows の略です。 詳細は http://www.mingw.org/ を参照してください。

...で、MinGW は Minimalist GNU on Windows の略です。
詳細は http://www.mingw.org/ を参照してください。

なお、この場合の「純粋な」は「msvcrt.dll を使ったアプリケーション」を指します。
MFC (Microsoft Foundation Classes) は使えません。

MinGW...
...で作られた ruby は mingw32 版と呼ばれており、
platform/mswin32 版とほとんど同じように動作します。

→platform/Win32-native...