[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:106274] [Ruby master Misc#12641] JSON documentation incomplete
From:
"hsbt (Hiroshi SHIBATA)" <noreply@...>
Date:
2021-11-25 07:32:27 UTC
List:
ruby-core #106274
Issue #12641 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Third Party's Issue Please submit a patch/pull-request to https://github.com/flori/json/ ---------------------------------------- Misc #12641: JSON documentation incomplete https://bugs.ruby-lang.org/issues/12641#change-94896 * Author: rovf (Ronald Fischer) * Status: Third Party's Issue * Priority: Normal ---------------------------------------- The documentation of the JSON stdlib class (i.e. http://ruby-doc.org/stdlib-2.2.5/libdoc/json/rdoc/JSON.html) is missing a description, what the user has to do to provide JSON serialization for his own classes (i.e. description of the to_json and from_json callback is missing). -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>