Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rexml/streamlistenerライブラリ > REXML::StreamListenerモジュール > instruction
instruction(name, instruction) -> ()
[permalink][rdoc]XML処理命令(PI)をパースしたときに呼び出されるコールバックメソッドです。
<?xml-stylesheet type="text/css" href="style.css"?>
というPIに対し
name: "xml-stylesheet" instruction: " type=\"text/css\" href=\"style.css\""
という引数が渡されます。