When mapping like this: m.x(Person) <=> n.y(Boolean) do |a,b| a.name <=> b.self end nil is passed
When mapping like this:
m.x(Person) <=> n.y(Boolean) do |a,b|
a.name <=> b.self
end
nil is passed