Herwin
Herwin
Part of #2123 This adds documentation for `ArrayPatternNode`, `FindPatternNode`, `HashPatternNode`, `LocalVariableTargetNode` (a small update) and `MatchRequiredNode`.
```ruby server = XMLRPC::Client.new2("http://xmlrpc-c.sourceforge.net/api/sample.php") result = server.call("sample.sumAndDifference", 5, 3) ``` It looks like sourceforge has had some updates, this URL now redirects to `https://xmlrpc-c.sourceforge.io/api/sample.php` which is just a plain HTML...
This is related to the `rexml` gem and the recent flood of updates of that gem with CVE fixes. It handles a couple of issues. First, the xmlrpc gem depends...
The Time comparison does cancel out the timezone differences, so even if you did not call the method, the spec would still pass.
These use a shared spec (`time_gmtime`) with tests like this: ```ruby it "converts self to UTC, modifying the receiver" do # Testing with America/Regina here because it doesn't have DST...
A piece of code because nobody will understand this title: ```ruby module Foo module Bar class ::Object Bar end end end ``` This works fine in MRI, where it uses...
Still a few encoding issues that need to be fixed before we can release this.
It looks like there was a lot of copy-paste in this one, often the description did not match the actual test. The descriptions have been updated to use the shortest...
References #1265
For #1216 This is very much a work in progress, I had this file hanging around in Natalie. It's mostly just a PoC, and misses a lot of cases. The...