エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Can I or SHOULD I find an object by the object_id attribute in ruby?
When I make a new object, let's say o = Object.new This object has an id, o.object_id #=> #######... When I make a new object, let's say o = Object.new This object has an id, o.object_id #=> ######## I also make several other objects, using the Object class. What would be the best way to have ruby find the object 'o' by using the object_id attribute? I am thinking in terms of something like search_id = o.object_id search_result = Object.find(search_id) Where 'search_results' would be the object c
2016/09/16 リンク