My 2 cents...
>> e.g. "tree.set_font font" becomes "tree.font =
font"
> No specific plans, although we have discussed it. There is some
question > about whether they should be aliases for the "normal" C++ style,
or if
> they should replace the current approach.
I really like the idea BUT if you''re doing something that deviates from
the ''official'' docos/method-names, please use aliases.
Discrepancies
between the docos and the code are ''bad surprises'' (as opposed
to the
''good surprise'' you get when you discover the additional ruby
way).
Cheers,
Assaph