In Japan, legal texts must write all characters - including digits - using full-width or kanji forms. As a result, the encoding name "UTF-8" appears as "UTF-八" (八 = eight in kanji) in official government notices. Specifically, it a...ko1 (Koichi Sasada)
Implementation should be easy like that :) ```ruby def q(a:, b:1) p a:, b: #=> {a: 10, b: 20} end def smile_send mid, b, *params h = {} method(mid).parameters.each do |(type, key)| case type when :keyreq ...ko1 (Koichi Sasada)
synacker (Mikhail Milovidov) wrote in #note-4: > Yes, it blocks if the queue empty. The method ```receive_all``` accepts a limit parameter: > ... The parameter `limit` is not in the description. Let me clarify `limit == 0`. In above qu...ko1 (Koichi Sasada)
RubyKaigi 2026 will be at Hakodate, Japan, Apr 22th - 24th. We would like to try to hold a face-to-face dev meeting at Hakodate. (@matz will also participate!) * Date: 2026/04/21 (Tue.) 15:00-17:00 (The day before RubyKaigi) * Locat...ko1 (Koichi Sasada)
to survey the following failure: ``` 1) Failure: TestFile#test_stat [/tmp/ruby/src/trunk-repeat20/test/ruby/test_file.rb:412]: Expected |1770056232.744032 - 1770056230.6465776| (2.097454309463501) to be <= 1. ``` BTW I found that `te...ko1 (Koichi Sasada)
raise when assert_linear_performance measures only zeros to check the following error: ``` 1) Error: TestRegexp#test_linear_performance: Test::Unit::ProxyError: nil can't be coerced into Integer /home/opc/ruby/src/master/test/ruby...ko1 (Koichi Sasada)