mala (stefano frabetti)
- Login: mala
- Registered on: 05/01/2017
- Last sign in: 05/25/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
05/25/2017
-
08:58 AM Ruby Bug #13598 (Closed): mutex_m: Missing info in the doc
- The doc for Mutex_m should remind the user of the necessity of calling super() in *each* class that includes Mutex_m.
The average user will do:
~~~
require 'mutex_m'
class A
include Mutex_m
def initialize myval
@myva...
05/01/2017
-
05:30 PM Ruby Bug #13531 (Closed): RSS: a feed with empty channel description has completely empty '#to_xml' conversion
- With the rss standard library, a feed with **empty channel description** is correctly parsed, but its conversion to xml (`#to_xml`) results in an **empty string**.
(The expected result being a string representation of the full xml tre...