This post originated from an RSS feed registered with Ruby Buzz
by Lyle Johnson.
Original Post: Keyword Arguments in FXRuby
Feed Title: Lovable Lyle
Feed URL: http://feeds.feedburner.com/LovableLyle
Feed Description: This weblog typically features articles about the Ruby programming language, the Semantic Web, or whatever else is on Lyle's mind on a given day.
FXRuby 1.6.5 (coming real soon now) will introduce preliminary, experimental support for using keyword-style arguments in FXRuby method calls. The initial implementation of this feature will only work for class constructors (i.e. the “new” class methods), but the intent is to gradually extend this feature so that it covers all FXRuby methods.
What this means in [...]