johnson
johnson copied to clipboard
Mismatched order on DotAccessor?
It seems like the order of left & right is backwards for the DotAccessor. For example, "foo.baz.bar" yields:
left= "bar" (Johnson::Nodes::Name)
right= "foo.baz" (Johnson::Nodes::DotAccessor)
It's not really a problem; I just don't want to code for the backwards way only to have it fixed later...