On Communications.registerForPhoneAppMessages

For some strange reason, I get "symbol not found" for "registerForPhoneAppMessages" when using a straightforward example for the docs.

Communications.registerForPhoneAppMessages(method(:phoneMessageCallback));

Communications.makeWebRequest works, how come the other one isnt't found? It appears to have been around since 1.4.0? How *is* it supposed to work?