Oo, the ampersand is not language syntax, as I think before, but simple operator, converting Symbol to Proc. It is fine trix, but cannot accept additional arguments. I'm disappointed. Thank you for the clarification.ukolovda (Dmitry Ukolov)
I can use `#map` (or `#each`) with short method name, for example: ``` ruby a = ["a1", "b1", "c1"] b = a.map(&:length) # or a.each(&:some_method) ``` But with additional arguments I must use yield: ```ruby c = a.map { |i...ukolovda (Dmitry Ukolov)
I try use RJIT for testing of Rails application: ```bash $ RUBYOPT="--rjit" bin/bundle exec rake test Started with run options --seed 63595 ... /home/ukolovda/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/ruby_vm/rjit/assembler.rb:124:in ...ukolovda (Dmitry Ukolov)
shyouhei (Shyouhei Urabe) wrote in #note-13: > Fix merged ATM to delete the attribute, for the sake of compatibility. > ... Thank you! I'm agree, compatibility is very important.ukolovda (Dmitry Ukolov)
Thank you! I've got this error when test gem `addressable` + `idn-ruby`. See https://github.com/ukolovda/addressable/runs/4060648877?check_suite_focus=true I guess, it's CI use default settings for compiler. I'm afraid, we got m...ukolovda (Dmitry Ukolov)