るりまサーチ

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

別のキーワード

  1. instruction content=
  2. instruction content
  3. instruction target=
  4. instruction clone
  5. instruction new

ライブラリ

クラス

検索結果

REXML::Instruction#content=(value) (24100.0)

XML 処理命令の内容を変更します。

XML 処理命令の内容を変更します。

@param value 新たなデータ(文字列)

REXML::Instruction.new(target, content = nil) -> REXML::Instruction (6218.0)

新たな Instruction オブジェクトを生成します。

...新たな Instruction オブジェクトを生成します。

@param target ターゲット
@param content 内容...