るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

WIN32OLE_EVENT#handler=(obj) -> () (9106.0)

イベント処理を実行するオブジェクトを登録します。

...るにはnilを指定します。

class IeHandler
def initialize
@completed = false
end
attr_reader :completed
def onDocumentComplete(disp, uri)
disp.document.getElementsByTagName('a').each do |e|
puts "#{e.innerHTML}=#{e.href}"
end
@completed = tru...
...#{args.inspect}"
end
end

ie = WIN32OLE.new('InternetExplorer.Application.1')
event = WIN32OLE_EVENT.new(ie, 'DWebBrowserEvents2')
event.handler = IeHandler.new
ie.Navigate2 'http://www.ruby-lang.org/ja/'
l
oop do
break if event.handler.completed
WIN32OLE_EVENT.message_loop...
...end
ie.Quit

WIN32OLE_EVENT#on_eventなどの呼び出しでブロックが登録されている場
合、そちらが優先されます。...

IRB.Inspector(inspect, init = nil) -> IRB::Inspector (6413.0)

IRB::Inspector オブジェクトを生成します。

...IRB::Inspector オブジェクトを生成します。

@param inspect 実行結果の出力のための手続きオブジェクトを指定します。

@param init inspect_mode の初期化のための手続きオブジェクトを指定します。
あらかじめ require が必要...

static VALUE inspect_obj(VALUE obj, VALUE str) (6400.0)

static int inspect_i(ID id, VALUE value, VALUE str) (6400.0)

VALUE rb_inspect(VALUE obj) (6316.0)

obj.inspect の実体。

...obj.inspect の実体。...

絞り込み条件を変える

static VALUE rb_obj_inspect(VALUE obj) (6316.0)

Object#inspect の実体です。

...Object#inspect の実体です。...

static VALUE method_inspect(VALUE method) (6300.0)

static VALUE rb_thread_inspect(VALUE thread) (6300.0)

IRB::Context#inspect? -> bool (6229.0)

IRB::Context#inspect_mode が有効かどうかを返します。

...IRB::Context#inspect_mode が有効かどうかを返します。

@return 出力結果に to_s したものを表示する場合は false を返します。それ
以外の場合は true を返します。

@see IRB::Context#inspect_mode, IRB::Context#inspect_mode=...
<< < 1 2 3 4 5 ... > >>