Why obj##method became obj.method_?


#1


#2

This is probably because method is a preserved keyword and bucklescript is trying to be smart about this. You probably can access method with obj##_method