エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Hash
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 133 def from_trusted_x... # File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 133 def from_trusted_xml(xml) from_xml xml, [] end Returns a Hash containing a collection of pairs when the key is the node name and the value is its content xml = <<-XML <?xml version="1.0" encoding="UTF-8"?> <hash> <foo type="integer">1</foo> <bar type="integer">2</bar> </hash> XML hash = Hash.from_xml(xml) # => {"hash"=>
2015/11/25