るりまサーチ

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

別のキーワード

  1. irb/input-method gets
  2. irb/input-method new
  3. _builtin define_method
  4. irb/input-method encoding
  5. irb/input-method readable_atfer_eof?

検索結果

<< < 1 2 >>

rexml/parsers/sax2parser (12.0)

SAX2 と同等の API を持つストリーム式の XML パーサ。

...e]]>
<a foo:att='1' bar:att='2' att='&lt;'>
<bar:b />
</a>
&amp;&amp; <!-- comment here--> &bar;
</root>
EOS

class
Listener
#include REXML::SAX2Listener
def method_missing(name, *args)
p [name, *args]
end
def respond_to_missing?(name, include_private)
name != :call
end
end...
<< < 1 2 >>