# This is the same as:
myTableView.setDataSource(self)
myTableView.setDelegate(self)
Basically this will translate all foo= Ruby messages into setFoo: Objective-C selectors.
On the other side, several important bugs have been fixed since 0.11.0 and we are going to release a new minor version soon, either at the end of the week, or next week.