This is the issue: {code} RBA::DBox.new().enlarged(1,2) -> (0,-1;0,1) {code} Actually, the enlarged method should give an empty box when the input is empty.
This is the issue:
{code}
RBA::DBox.new().enlarged(1,2)
-> (0,-1;0,1)
{code}
Actually, the enlarged method should give an empty box when the input is empty.