This post originated from an RSS feed registered with Ruby Buzz
by Lyle Johnson.
Original Post: Widget Configurability via YAML?
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.
Just to follow up on my previous post: Most who responded on the ruby-talk list liked the proposed API change for FXRuby. Dan Berger noted that I should be sure to make it so that strings could be used in place of symbols, e.g.
splitter.expand("top_left", "top_right")
should be equivalent to:
[...]