Christoph Illnar

Results 3 issues of Christoph Illnar

Given a case where you initialize on a div and have a list of items. Then you have selects that replace the list of items of that div with a...

bug

I am on Ruby 3.0 With stdlib ostruct I get: ``` irb(main):002:0> x = OpenStruct.new => # irb(main):002:0> x.varname1 = 'varval 1' => "varval 1" irb(main):003:0> x.to_h => {:varname1=>"varval 1"}...